Home
last modified time | relevance | path

Searched refs:host_dir (Results 1 – 16 of 16) sorted by relevance

/external/autotest/site_utils/lxc/
Dunittest_cleanup.py22 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)
Dutils.py199 def from_existing(cls, host_dir, mount_point): argument
209 spec = (host_dir, os.path.relpath(mount_point, host_dir))
/external/perfetto/tools/
Drecord_android_trace154 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/
Ddocker.py33 for (docker_dir, host_dir) in [
37 if path.startswith(host_dir):
38 return docker_dir + path[len(host_dir):]
Ddefault.py59 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)))
Dapi.py91 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/
Ddefault.py102 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)))
Dapi.py89 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/
Dbuild_aar_with_docker.sh88 docker run --rm -it -v $PWD:/host_dir -v ${SCRIPT_DIR}:/script_dir ${FLAG_DIR} \
133 cp $i /host_dir
/external/oss-fuzz/infra/
Dbuild_specified_commit.py121 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/
Dbuild_android.md44 /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/
Dtelemetry_Crosperf.py65 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/
Dtelemetry_AFDOGenerate.py132 def scp_perf_data(self, dut, host_dir): argument
144 src, host_dir])
/external/pigweed/pw_env_setup/py/pw_env_setup/
Denv_setup.py467 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/
Dmsvc.py923 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/
Dbuild.py288 host_dir = os.path.dirname(compiler_parent_dir)
289 self.compiler = os.path.join(host_dir, self.msvc_arch_str, 'cl.exe')