Home
last modified time | relevance | path

Searched refs:GetDevicePath (Results 1 – 8 of 8) sorted by relevance

/external/libbrillo/brillo/blkdev_utils/
Dloop_device_test.cc40 EXPECT_EQ(device1->GetDevicePath(), device1_copy->GetDevicePath()); in TEST()
46 EXPECT_EQ(device2->GetDevicePath(), device2_copy->GetDevicePath()); in TEST()
Dloop_device.cc113 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
Dloop_device.h63 base::FilePath GetDevicePath();
/external/libbrillo/brillo/udev/
Dudev_device.h51 virtual const char* GetDevicePath() const;
Dmock_udev_device.h29 MOCK_METHOD(const char*, GetDevicePath, (), (const, override));
Dudev_device.cc56 const char* UdevDevice::GetDevicePath() const { in GetDevicePath() function in brillo::UdevDevice
/external/autotest/server/cros/faft/
Dcr50_test.py280 dut_path = cr50_utils.GetDevicePath(ext)
483 dut_path = cr50_utils.GetDevicePath(ext)
/external/autotest/client/common_lib/cros/
Dcr50_utils.py380 def GetDevicePath(ext): function