Searched refs:GetFsBlockDevice (Results 1 – 4 of 4) sorted by relevance
235 fbl::unique_fd fd(open(GetFsBlockDevice().c_str(), O_RDWR)); in Mount()238 strerror(errno), GetFsBlockDevice().c_str()); in Mount()256 fs_path_.c_str(), GetFsBlockDevice().c_str()); in Mount()272 GetFsBlockDevice().c_str(), fs_path_.c_str()); in Umount()317 result = FormatDevice(options_, GetFsBlockDevice()); in SetUp()
207 skip_tests = !HasEnoughSpace(fixture.GetFsBlockDevice(), test.required_disk_space); in RunTestCase()
186 fbl::unique_fd blk_fd(open(fixture.GetFsBlockDevice().c_str(), O_RDONLY)); in DiskIsFormattedCorrectlyNoFvm()205 fbl::unique_fd blk_fd(open(fixture.GetFsBlockDevice().c_str(), O_RDONLY)); in DiskAndFvmAreFormattedCorrectly()252 EXPECT_TRUE(options.block_device_path == fixture.GetFsBlockDevice()); in UseBlockDeviceIsOk()300 EXPECT_TRUE(fixture.GetFsBlockDevice().empty()); in UseBlockDeviceWithFvmIsOk()312 blk_fd.reset(open(fixture.GetFsBlockDevice().c_str(), O_RDONLY)); in UseBlockDeviceWithFvmIsOk()354 EXPECT_TRUE(options.block_device_path == fixture.GetFsBlockDevice()); in SkipFormatIsOk()
132 const fbl::String& GetFsBlockDevice() const { in GetFsBlockDevice() function
Completed in 6 milliseconds