/external/autotest/site_utils/lxc/ |
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 | 199 def from_existing(cls, host_dir, mount_point): argument 209 spec = (host_dir, os.path.relpath(mount_point, host_dir))
|
/external/perfetto/tools/ |
D | record_android_trace | 154 host_dir = args.out 158 host_dir = os.path.dirname(host_file) 159 if host_dir == '': 160 host_dir = '.' 162 if not os.path.exists(host_dir): 163 shutil.os.makedirs(host_dir)
|
/external/skia/infra/bots/recipe_modules/flavor/ |
D | docker.py | 33 for (docker_dir, host_dir) in [ 37 if path.startswith(host_dir): 38 return docker_dir + path[len(host_dir):]
|
D | default.py | 59 def copy_directory_contents_to_device(self, host_dir, device_dir): argument 63 if str(host_dir) != str(device_dir): 67 str(host_dir), str(device_dir))) 69 def copy_directory_contents_to_host(self, device_dir, host_dir): argument 73 if str(host_dir) != str(device_dir): 77 str(host_dir), str(device_dir)))
|
D | api.py | 91 def copy_directory_contents_to_device(self, host_dir, device_dir): argument 92 return self._f.copy_directory_contents_to_device(host_dir, device_dir) 94 def copy_directory_contents_to_host(self, device_dir, host_dir): argument 95 return self._f.copy_directory_contents_to_host(device_dir, 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/tensorflow/tensorflow/lite/tools/ |
D | build_aar_with_docker.sh | 88 docker run --rm -it -v $PWD:/host_dir -v ${SCRIPT_DIR}:/script_dir ${FLAG_DIR} \ 133 cp $i /host_dir
|
/external/oss-fuzz/infra/ |
D | build_specified_commit.py | 121 def copy_src_from_docker(project_name, host_dir): argument 125 src_dir = os.path.join(host_dir, 'src') 131 host_dir + ':/out',
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | build_android.md | 44 /host_dir inside the container (note that /tensorflow_src is the TensorFlow 48 docker run -it -v $PWD:/host_dir tflite-builder bash 54 directory instead (-v hostDir:/host_dir). 65 building the libraries, you can copy them to /host_dir inside the container so
|
/external/autotest/server/site_tests/telemetry_Crosperf/ |
D | telemetry_Crosperf.py | 65 def scp_telemetry_results(self, client_ip, dut, file_path, host_dir, argument 94 cmd.extend([src, host_dir])
|
/external/autotest/server/site_tests/telemetry_AFDOGenerate/ |
D | telemetry_AFDOGenerate.py | 132 def scp_perf_data(self, dut, host_dir): argument 144 src, host_dir])
|
/external/pigweed/pw_env_setup/py/pw_env_setup/ |
D | env_setup.py | 467 host_dir = os.path.join(self._pw_root, 'out', 'host') 468 self._env.prepend('PATH', os.path.join(host_dir, 'host_tools'))
|
/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))]
|
/external/llvm-project/lldb/test/Shell/helper/ |
D | build.py | 288 host_dir = os.path.dirname(compiler_parent_dir) 289 self.compiler = os.path.join(host_dir, self.msvc_arch_str, 'cl.exe')
|