HomeSort by relevance Sort by last modified time
    Searched refs:device_file (Results 1 - 6 of 6) sorted by null

  /external/autotest/client/site_tests/platform_CrosDisksFormat/
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/site_tests/platform_CrosDisksFilesystem/
platform_CrosDisksFilesystem.py 54 device_file = image.loop_device
55 self.cros_disks.mount(device_file, test_mount_filesystem_type,
59 'source_path': device_file,
76 self.cros_disks.unmount(device_file, ['force'])
  /external/autotest/client/site_tests/platform_CrosDisksArchive/
platform_CrosDisksArchive.py 132 device_file = image.loop_device
133 self.cros_disks.mount(device_file, '',
137 'source_path': device_file
155 self.cros_disks.unmount(device_file, ['force'])
  /external/autotest/client/site_tests/hardware_TouchScreenPowerCycles/
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/
fakegudev.c 142 static const char *k_prop_device_file = "device_file";
401 const gchar *device_file)
410 device_file,
420 return realfunc (client, device_file);
  /system/connectivity/shill/
device_info.cc 417 FilePath device_file = GetDeviceInfoPath(iface_name, kInterfaceDevice); local
419 if (!base::ReadSymbolicLink(device_file, &device_path)) {
426 base::MakeAbsoluteFilePath(device_file.DirName().Append(device_path));
    [all...]

Completed in 207 milliseconds