/external/autotest/site_utils/lxc/ |
D | shared_host_dir_unittest.py | 38 host_dir = lxc.SharedHostDir(self.shared_host_path) 41 self.assertEqual(os.path.realpath(host_dir.path), 46 host_dir.cleanup() 59 host_dir = lxc.SharedHostDir(self.shared_host_path) 60 host_dir.cleanup() 69 host_dir = lxc.SharedHostDir(self.shared_host_path) 70 tempfile.NamedTemporaryFile(dir=host_dir.path) 75 host_dir.cleanup() 97 host_dir = lxc.SharedHostDir(self.shared_host_path) 106 host_dir.cleanup(timeout=1) [all …]
|
D | unittest_cleanup.py | 22 for host_dir in os.listdir(TEST_HOST_PATH): 23 host_dir = os.path.realpath(os.path.join(TEST_HOST_PATH, host_dir)) 25 utils.run('sudo umount %s' % host_dir) 28 utils.run('sudo rm -r %s' % host_dir)
|
D | utils.py | 176 def from_existing(cls, host_dir, mount_point): argument 186 spec = (host_dir, os.path.relpath(mount_point, host_dir))
|
/external/skqp/infra/bots/recipe_modules/flavor/ |
D | default.py | 102 def copy_directory_contents_to_device(self, host_dir, device_dir): argument 106 if str(host_dir) != str(device_dir): 110 str(host_dir), str(device_dir))) 112 def copy_directory_contents_to_host(self, device_dir, host_dir): argument 116 if str(host_dir) != str(device_dir): 120 str(host_dir), str(device_dir)))
|
D | api.py | 89 def copy_directory_contents_to_device(self, host_dir, device_dir): argument 90 return self._f.copy_directory_contents_to_device(host_dir, device_dir) 92 def copy_directory_contents_to_host(self, device_dir, host_dir): argument 93 return self._f.copy_directory_contents_to_host(device_dir, host_dir)
|
/external/skia/infra/bots/recipe_modules/flavor/ |
D | default.py | 102 def copy_directory_contents_to_device(self, host_dir, device_dir): argument 106 if str(host_dir) != str(device_dir): 110 str(host_dir), str(device_dir))) 112 def copy_directory_contents_to_host(self, device_dir, host_dir): argument 116 if str(host_dir) != str(device_dir): 120 str(host_dir), str(device_dir)))
|
D | api.py | 89 def copy_directory_contents_to_device(self, host_dir, device_dir): argument 90 return self._f.copy_directory_contents_to_device(host_dir, device_dir) 92 def copy_directory_contents_to_host(self, device_dir, host_dir): argument 93 return self._f.copy_directory_contents_to_host(device_dir, host_dir)
|
/external/v8/tools/testrunner/local/ |
D | android.py | 67 def push_file(self, host_dir, file_name, target_rel='.', argument 79 file_on_host = os.path.join(host_dir, file_name)
|
/external/autotest/server/site_tests/telemetry_Crosperf/ |
D | telemetry_Crosperf.py | 167 def scp_telemetry_results(self, client_ip, dut, file, host_dir): argument 183 src, host_dir])
|
/external/python/setuptools/setuptools/ |
D | msvc.py | 923 host_dir = (r'bin\HostX86%s' if self.pi.current_is_x86() else 926 si.VCInstallDir, host_dir % self.pi.target_dir(x64=True))] 930 si.VCInstallDir, host_dir % self.pi.current_dir(x64=True))]
|