Home
last modified time | relevance | path

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

123

/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/adb/
H A Dtest_device.py752 if host_dir is not None:
778 if host_dir is not None:
808 if host_dir is not None:
850 if host_dir is not None:
930 if host_dir is not None:
965 if host_dir is not None:
996 if host_dir is not None:
1020 if host_dir is not None:
1054 if host_dir is not None:
1069 if host_dir is not None:
[all …]
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/adb/
H A Dtest_device.py771 if host_dir is not None:
798 if host_dir is not None:
828 if host_dir is not None:
870 if host_dir is not None:
979 if host_dir is not None:
1014 if host_dir is not None:
1045 if host_dir is not None:
1069 if host_dir is not None:
1104 if host_dir is not None:
1119 if host_dir is not None:
[all …]
/dports/sysutils/autopsy/autopsy-2.24/lib/
H A DPrint.pm284 return "" unless (defined $::host_dir && $::host_dir ne "");
291 return "" unless (defined $::host_dir && $::host_dir ne "");
298 return "" unless (defined $::host_dir && $::host_dir ne "");
H A DMain.pm103 $::host_dir = "";
262 $::host_dir = "$::case_dir" . Args::get_host() . "/";
263 $::host_dir =~ s/\/\//\//g;
266 $::host_dir = "";
/dports/sysutils/py-salt/salt-3004.1/salt/pillar/
H A Dfile_tree.py523 host_dir = os.path.join(root_dir, "hosts", minion_id)
524 if not os.path.exists(host_dir):
530 host_dir,
534 if not os.path.isdir(host_dir):
535 log.error("file_tree: %s exists, but is not a directory", host_dir)
539 host_dir,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/infra/bots/recipe_modules/flavor/
H A 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)))
H A Ddocker.py33 for (docker_dir, host_dir) in [
37 if path.startswith(host_dir):
38 return docker_dir + path[len(host_dir):]
H A Dapi.py97 def copy_directory_contents_to_device(self, host_dir, device_dir): argument
98 return self._f.copy_directory_contents_to_device(host_dir, device_dir)
100 def copy_directory_contents_to_host(self, device_dir, host_dir): argument
101 return self._f.copy_directory_contents_to_host(device_dir, host_dir)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/real_world_impact/
H A Dreal_world_impact.py187 host_dir = os.path.join(output_dir, "data", url_parts.hostname)
201 "--directory-prefix=" + host_dir,
216 download_path = os.path.join(host_dir, url_parts.hostname, "index.html")
234 host_dir = os.path.join(output_dir, "data", url_parts.hostname)
235 download_path = os.path.join(host_dir, url_parts.hostname, "index.html")
259 host_dir = os.path.join(output_dir, "data", url_parts.hostname)
260 html_path = os.path.join(host_dir, url_parts.hostname, "index.html")
263 nojs_path = os.path.join(host_dir, url_parts.hostname, "index-nojs.html")
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/real_world_impact/
H A Dreal_world_impact.py187 host_dir = os.path.join(output_dir, "data", url_parts.hostname)
201 "--directory-prefix=" + host_dir,
216 download_path = os.path.join(host_dir, url_parts.hostname, "index.html")
234 host_dir = os.path.join(output_dir, "data", url_parts.hostname)
235 download_path = os.path.join(host_dir, url_parts.hostname, "index.html")
259 host_dir = os.path.join(output_dir, "data", url_parts.hostname)
260 html_path = os.path.join(host_dir, url_parts.hostname, "index.html")
263 nojs_path = os.path.join(host_dir, url_parts.hostname, "index-nojs.html")
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/workspace/
H A Dsys.py73 host_dir = os.path.dirname(host_path)
74 if host_dir not in sys.path:
75 sys.path.insert(0, host_dir)
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/elastic/go-sysinfo/testing/
H A DVagrantfile62 host_dir = "../"
65 host_dir = ".gopath_mount/"
68 machine.vm.synced_folder host_dir, mount_point,
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/workspace/shell/
H A Dshell.py60 host_dir = os.path.dirname(host_path)
61 if host_dir not in sys.path:
62 sys.path.insert(0, host_dir)
/dports/net-mgmt/cacti/cacti-1.2.19/lib/
H A Dapi_device.php819 $host_dir = $config['rra_path'] . '/' . $host_id;
820 if (!is_dir($host_dir)){
822 if (mkdir($host_dir, 0775)) {
827 if ((chown($host_dir, $owner_id)) &&
828 (chgrp($host_dir, $group_id))) {
831 cacti_log("ERROR: Unable to set directory permissions for '" . $host_dir . "'", false);
835 cacti_log("ERROR: Unable to create directory '" . $host_dir . "'", false);
838 …cacti_log("ERROR: Unable to create directory due to missing write permissions '" . $host_dir . "'"…
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/pnacl/driver/tests/
H A Ddriver_test_utils.py47 host_dir = os.path.join(nacl_dir, 'toolchain',
50 driver_tools.AddHostBinarySearchPath(host_dir)
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/test/
H A Dtest.inc873 var $host_dir;
893 $this->host_dir = $base_dir."/".$this->name;
894 XPassThru("rm -rf $this->host_dir");
895 XPassThru("mkdir $this->host_dir");
904 verbose_echo(2, "Writing $this->host_dir/$filename");
905 $f = fopen($this->host_dir."/".$filename, "w");
917 XPassThru("cp $this->log_flags $this->host_dir/log_flags.xml");
951 assert($this->host_dir && 1);
976 assert($this->host_dir && 1);
985 $time_file = fopen($this->host_dir/$file_name, "r");
[all …]
H A Dtest_pers.php38 $path= "$host->host_dir/projects/$enc_url/upper_case";
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/build/android/pylib/local/device/
H A Dlocal_device_instrumentation_test_run.py875 with tempfile_ext.NamedTemporaryDirectory() as host_dir:
876 host_file = os.path.join(host_dir, 'list_tests.json')
1012 with tempfile_ext.NamedTemporaryDirectory() as host_dir:
1019 host_dir = os.path.join(host_dir, _DEVICE_GOLD_DIR)
1020 device.PullFile(gold_dir, host_dir)
1021 for image_name in os.listdir(host_dir):
1027 json_path = os.path.join(host_dir, json_name)
1028 image_path = os.path.join(host_dir, image_name)
/dports/lang/v8/v8-9.6.180.12/tools/testrunner/local/
H A Dandroid.py63 def push_file(self, host_dir, file_name, target_rel='.', argument
77 file_on_host = os.path.join(host_dir, file_name)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/tools/testrunner/local/
H A Dandroid.py63 def push_file(self, host_dir, file_name, target_rel='.', argument
77 file_on_host = os.path.join(host_dir, file_name)
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/testrunner/local/
H A Dandroid.py63 def push_file(self, host_dir, file_name, target_rel='.', argument
77 file_on_host = os.path.join(host_dir, file_name)
/dports/www/chromium-legacy/chromium-88.0.4324.182/build/android/pylib/local/device/
H A Dlocal_device_instrumentation_test_run.py876 with tempfile_ext.NamedTemporaryDirectory() as host_dir:
877 host_file = os.path.join(host_dir, 'list_tests.json')
1014 with tempfile_ext.NamedTemporaryDirectory() as host_dir:
1021 host_dir = os.path.join(host_dir, _DEVICE_GOLD_DIR)
1022 device.PullFile(gold_dir, host_dir)
1023 for image_name in os.listdir(host_dir):
1029 json_path = os.path.join(host_dir, json_name)
1030 image_path = os.path.join(host_dir, image_name)
/dports/lang/v8/v8-9.6.180.12/build/android/pylib/local/device/
H A Dlocal_device_instrumentation_test_run.py990 with tempfile_ext.NamedTemporaryDirectory() as host_dir:
991 host_file = os.path.join(host_dir, 'list_tests.json')
1148 with tempfile_ext.NamedTemporaryDirectory() as host_dir:
1155 host_dir = os.path.join(host_dir, _DEVICE_GOLD_DIR)
1156 device.PullFile(gold_dir, host_dir)
1157 for image_name in os.listdir(host_dir):
1163 json_path = os.path.join(host_dir, json_name)
1164 image_path = os.path.join(host_dir, image_name)
/dports/net-im/prosody/prosody-0.11.13/util/
H A Ddatamanager.lua381 local host_dir = format("%s/%s/", data_path, encode(host));
382 local ok, iter, state, var = pcall(lfs.dir, host_dir);
388 if lfs.attributes(host_dir..file, "mode") == "directory" then
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/lucet-wasi/src/
H A Dmain.rs136 let host_dir = File::open(host_path).unwrap(); in main() localVariable
137 (host_dir, *guest_path) in main()

123