Searched refs:block_device_path_ (Results 1 – 2 of 2) sorted by relevance
284 zx_status_t result = MakeRamdisk(options_, &block_device_path_); in SetUpTestCase()292 block_device_path_ = options_.block_device_path; in SetUpTestCase()303 zx_status_t result = MakeFvm(block_device_path_, options_.fvm_slice_size, in SetUp()345 if (!block_device_path_.empty() && !options_.use_fvm && in TearDown()347 result = FormatDevice(options_, block_device_path_); in TearDown()357 result = fvm_destroy(block_device_path_.c_str()); in TearDown()360 block_device_path_.cend()); in TearDown()371 zx_status_t ramdisk_result = RemoveRamdisk(options_, block_device_path_); in TearDownTestCase()
122 return block_device_path_; in block_device_path()133 return (options_.use_fvm) ? partition_path_ : block_device_path_; in GetFsBlockDevice()188 fbl::String block_device_path_; variable
Completed in 3 milliseconds