Searched refs:GetDevicePath (Results 1 – 8 of 8) sorted by relevance
/external/libbrillo/brillo/blkdev_utils/ |
D | loop_device_test.cc | 40 EXPECT_EQ(device1->GetDevicePath(), device1_copy->GetDevicePath()); in TEST() 46 EXPECT_EQ(device2->GetDevicePath(), device2_copy->GetDevicePath()); in TEST()
|
D | loop_device.cc | 113 if (loop_ioctl_.Run(GetDevicePath(), LOOP_SET_STATUS64, in SetStatus() 123 if (loop_ioctl_.Run(GetDevicePath(), LOOP_GET_STATUS64, in GetStatus() 142 if (loop_ioctl_.Run(GetDevicePath(), LOOP_CLR_FD, 0, kLoopDeviceIoctlFlags) != in Detach() 151 base::FilePath LoopDevice::GetDevicePath() { in GetDevicePath() function in brillo::LoopDevice
|
D | loop_device.h | 63 base::FilePath GetDevicePath();
|
/external/libbrillo/brillo/udev/ |
D | udev_device.h | 51 virtual const char* GetDevicePath() const;
|
D | mock_udev_device.h | 29 MOCK_METHOD(const char*, GetDevicePath, (), (const, override));
|
D | udev_device.cc | 56 const char* UdevDevice::GetDevicePath() const { in GetDevicePath() function in brillo::UdevDevice
|
/external/autotest/client/common_lib/cros/ |
D | cr50_utils.py | 380 def GetDevicePath(ext): function
|
/external/autotest/server/cros/faft/ |
D | cr50_test.py | 280 dut_path = cr50_utils.GetDevicePath(ext) 483 dut_path = cr50_utils.GetDevicePath(ext)
|