Searched refs:device_file (Results 1 – 17 of 17) sorted by relevance
/external/autotest/client/site_tests/platform_CrosDisksRename/ |
D | platform_CrosDisksRename.py | 46 device_file = image.loop_device 49 self.cros_disks.mount(device_file, filesystem_type, 53 'source_path': device_file, 61 self.cros_disks.unmount(device_file) 63 self.cros_disks.rename(device_file, volume_name) 65 'path': device_file
|
/external/autotest/client/site_tests/platform_CrosDisksFilesystem/ |
D | platform_CrosDisksFilesystem.py | 72 device_file = image.loop_device 73 self.cros_disks.mount(device_file, test_mount_filesystem_type, 77 'source_path': device_file, 94 self.cros_disks.unmount(device_file, ['lazy'])
|
/external/autotest/client/site_tests/platform_CrosDisksArchive/ |
D | platform_CrosDisksArchive.py | 103 device_file = image.loop_device 104 self.cros_disks.mount(device_file, '', 108 'source_path': device_file 126 self.cros_disks.unmount(device_file, ['lazy'])
|
/external/autotest/client/site_tests/platform_CrosDisksFormat/ |
D | platform_CrosDisksFormat.py | 34 device_file = image.attach_to_loop_device() 37 self.cros_disks.format(device_file, filesystem_type, format_options) 39 'path': device_file
|
/external/autotest/client/deps/fakegudev/src/test_files/ |
D | fake_and_fake2.dat | 2 device_file=/dev/fake 6 device_file=/dev/fake2
|
D | fake2_parent_fake.dat | 2 device_file=/dev/fake 6 device_file=/dev/fake2
|
D | fake.dat | 2 device_file=/dev/fake
|
D | fake2.dat | 2 device_file=/dev/fake2
|
D | fake_subsystem.dat | 2 device_file=/dev/fake
|
D | fake_name.dat | 2 device_file=/dev/fake
|
D | fake_property_foo.dat | 2 device_file=/dev/fake
|
D | fake_driver.dat | 2 device_file=/dev/fake
|
D | fake_parent_null.dat | 2 device_file=/dev/fake
|
D | fake_properties.dat | 2 device_file=/dev/fake
|
D | fake_full.dat | 2 device_file=/dev/fake
|
/external/autotest/client/site_tests/hardware_TouchScreenPowerCycles/ |
D | hardware_TouchScreenPowerCycles.py | 73 device_file = '/dev/input/event%d' % event_no 74 if os.path.exists(device_file): 75 touch_screen_device_file = device_file
|
/external/autotest/client/deps/fakegudev/src/ |
D | fakegudev.c | 401 const gchar *device_file) in g_udev_client_query_by_device_file() argument 410 device_file, in g_udev_client_query_by_device_file() 420 return realfunc (client, device_file); in g_udev_client_query_by_device_file()
|