Home
last modified time | relevance | path

Searched refs:device_file (Results 1 – 17 of 17) sorted by relevance

/external/autotest/client/site_tests/platform_CrosDisksRename/
Dplatform_CrosDisksRename.py46 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/
Dplatform_CrosDisksFilesystem.py72 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/
Dplatform_CrosDisksArchive.py103 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/
Dplatform_CrosDisksFormat.py34 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/
Dfake_and_fake2.dat2 device_file=/dev/fake
6 device_file=/dev/fake2
Dfake2_parent_fake.dat2 device_file=/dev/fake
6 device_file=/dev/fake2
Dfake.dat2 device_file=/dev/fake
Dfake2.dat2 device_file=/dev/fake2
Dfake_subsystem.dat2 device_file=/dev/fake
Dfake_name.dat2 device_file=/dev/fake
Dfake_property_foo.dat2 device_file=/dev/fake
Dfake_driver.dat2 device_file=/dev/fake
Dfake_parent_null.dat2 device_file=/dev/fake
Dfake_properties.dat2 device_file=/dev/fake
Dfake_full.dat2 device_file=/dev/fake
/external/autotest/client/site_tests/hardware_TouchScreenPowerCycles/
Dhardware_TouchScreenPowerCycles.py73 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/
Dfakegudev.c401 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()