Home
last modified time | relevance | path

Searched refs:host_path (Results 1 – 25 of 160) sorted by relevance

1234567

/dports/security/vault/vault-1.8.2/vendor/github.com/vmware/govmomi/scripts/vcsa/
H A Dcreate-cluster.sh97 host_path="$cluster_path/$host_ip"
98 hosts+=($host_path)
100 if [ -z "$(govc ls "$host_path")" ] ; then
106 unclaimed=$(govc host.storage.info -host "$host_path" -unclaimed | tail -n+2 | wc -l)
108 echo "Enabling vSAN traffic on ${vsan_vnic} for ${host_path}..."
109 govc host.vnic.service -host "$host_path" -enable vsan "$vsan_vnic"
110 vsan_hosts+=($host_path)
112 echo "Skipping vSAN configuration for ${host_path}: $unclaimed unclaimed disks"
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/vmware/govmomi/scripts/vcsa/
H A Dcreate-cluster.sh97 host_path="$cluster_path/$host_ip"
98 hosts+=($host_path)
100 if [ -z "$(govc ls "$host_path")" ] ; then
106 unclaimed=$(govc host.storage.info -host "$host_path" -unclaimed | tail -n+2 | wc -l)
108 echo "Enabling vSAN traffic on ${vsan_vnic} for ${host_path}..."
109 govc host.vnic.service -host "$host_path" -enable vsan "$vsan_vnic"
110 vsan_hosts+=($host_path)
112 echo "Skipping vSAN configuration for ${host_path}: $unclaimed unclaimed disks"
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/IOS/FS/HostBackend/
H A DFile.cpp18 std::shared_ptr<File::IOFile> HostFileSystem::OpenHostFile(const std::string& host_path) in OpenHostFile() argument
37 auto search = m_open_files.find(host_path); in OpenHostFile()
47 while (!file.Open(host_path, "r+b")) in OpenHostFile()
53 host_path.c_str()); in OpenHostFile()
58 ERROR_LOG(IOS_FS, "OpenHostFile %s", host_path.c_str()); in OpenHostFile()
64 auto deleter = [this, host_path](File::IOFile* ptr) { in OpenHostFile()
66 m_open_files.erase(host_path); // erase the weak pointer from the list of open files. in OpenHostFile()
73 m_open_files[host_path] = std::weak_ptr<File::IOFile>(file_ptr); in OpenHostFile()
84 const std::string host_path = BuildFilename(path); in OpenFile() local
85 if (!File::IsFile(host_path)) in OpenFile()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/infra/bots/recipe_modules/flavor/
H A Dwin_ssh.py80 host_path = tmp.join(ntpath.basename(path))
82 ok = self._run('scp %s %s' % (device_path, host_path),
83 cmd=['scp', device_path, host_path],
88 return self.m.run.readfile(host_path)
97 def copy_directory_contents_to_device(self, host_path, device_path): argument
104 with self.m.step.nest('copy %s to device' % host_path):
110 self.m.path.basename(host_path))
111 self._copy_dir(host_path, self.scp_device_path(tmpdir))
116 def copy_directory_contents_to_host(self, device_path, host_path): argument
119 self._copy_dir(src, host_path)
H A Dssh.py49 host_path = self.host_dirs.bin_dir.join(self.app_name)
51 self.copy_file_to_device(host_path, device_path)
72 def copy_file_to_device(self, host_path, device_path): argument
74 self._run('scp %s %s' % (host_path, device_path),
75 ['scp', host_path, device_path], infra_step=True)
H A Dchromebook.py52 def copy_directory_contents_to_device(self, host_path, device_path): argument
53 self._copy_dir(host_path, self.scp_device_path(device_path))
55 def copy_directory_contents_to_host(self, device_path, host_path): argument
56 self._copy_dir(self.scp_device_path(device_path), host_path)
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/messaging/
H A Dnative_messaging_test_util.cc32 const base::FilePath& host_path, in WriteTestNativeHostManifest() argument
39 manifest->SetString("path", host_path.AsUTF8Unsafe()); in WriteTestNativeHostManifest()
102 base::FilePath host_path = temp_dir_.GetPath().AppendASCII("echo.bat"); in RegisterTestHost() local
103 base::CopyFile(test_user_data_dir.AppendASCII("echo.bat"), host_path); in RegisterTestHost()
107 base::FilePath host_path = temp_dir_.GetPath().AppendASCII("echo.py"); in RegisterTestHost() local
109 host_path, base::FILE_PERMISSION_READ_BY_USER | in RegisterTestHost()
114 temp_dir_.GetPath(), kHostName, host_path, user_level, false)); in RegisterTestHost()
123 host_path, user_level, true)); in RegisterTestHost()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/messaging/
H A Dnative_messaging_test_util.cc32 const base::FilePath& host_path, in WriteTestNativeHostManifest() argument
39 manifest->SetString("path", host_path.AsUTF8Unsafe()); in WriteTestNativeHostManifest()
102 base::FilePath host_path = temp_dir_.GetPath().AppendASCII("echo.bat"); in RegisterTestHost() local
103 base::CopyFile(test_user_data_dir.AppendASCII("echo.bat"), host_path); in RegisterTestHost()
107 base::FilePath host_path = temp_dir_.GetPath().AppendASCII("echo.py"); in RegisterTestHost() local
109 host_path, base::FILE_PERMISSION_READ_BY_USER | in RegisterTestHost()
114 temp_dir_.GetPath(), kHostName, host_path, user_level, false)); in RegisterTestHost()
123 host_path, user_level, true)); in RegisterTestHost()
/dports/net/nbdkit/nbdkit-1.20.4/plugins/floppy/
H A Dfloppy.c152 const char *host_path; in floppy_pread() local
165 host_path = floppy.files.ptr[i].host_path; in floppy_pread()
166 fd = open (host_path, O_RDONLY|O_CLOEXEC); in floppy_pread()
168 nbdkit_error ("open: %s: %m", host_path); in floppy_pread()
173 nbdkit_error ("pread: %s: %m", host_path); in floppy_pread()
178 nbdkit_error ("pread: %s: unexpected end of file", host_path); in floppy_pread()
/dports/emulators/qemu42/qemu-4.2.1/hw/ppc/
H A Dspapr_tpm_proxy.c65 tpm_proxy->host_fd = open(tpm_proxy->host_path, O_RDWR); in tpm_execute()
68 tpm_proxy->host_path, errno); in tpm_execute()
84 tpm_proxy->host_path, errno); in tpm_execute()
94 tpm_proxy->host_path, errno); in tpm_execute()
117 trace_spapr_h_tpm_comm(tpm_proxy->host_path, op); in h_tpm_comm()
134 if (tpm_proxy->host_path == NULL) { in spapr_tpm_proxy_realize()
151 DEFINE_PROP_STRING("host-path", SpaprTpmProxy, host_path),
/dports/emulators/qemu/qemu-6.2.0/hw/ppc/
H A Dspapr_tpm_proxy.c64 tpm_proxy->host_fd = open(tpm_proxy->host_path, O_RDWR);
67 tpm_proxy->host_path, errno);
83 tpm_proxy->host_path, errno);
93 tpm_proxy->host_path, errno);
116 trace_spapr_h_tpm_comm(tpm_proxy->host_path, op);
133 if (tpm_proxy->host_path == NULL) {
150 DEFINE_PROP_STRING("host-path", SpaprTpmProxy, host_path),
/dports/emulators/qemu60/qemu-6.0.0/hw/ppc/
H A Dspapr_tpm_proxy.c65 tpm_proxy->host_fd = open(tpm_proxy->host_path, O_RDWR); in tpm_execute()
68 tpm_proxy->host_path, errno); in tpm_execute()
84 tpm_proxy->host_path, errno); in tpm_execute()
94 tpm_proxy->host_path, errno); in tpm_execute()
117 trace_spapr_h_tpm_comm(tpm_proxy->host_path, op); in h_tpm_comm()
134 if (tpm_proxy->host_path == NULL) { in spapr_tpm_proxy_realize()
151 DEFINE_PROP_STRING("host-path", SpaprTpmProxy, host_path),
/dports/emulators/qemu-utils/qemu-4.2.1/hw/ppc/
H A Dspapr_tpm_proxy.c65 tpm_proxy->host_fd = open(tpm_proxy->host_path, O_RDWR); in tpm_execute()
68 tpm_proxy->host_path, errno); in tpm_execute()
84 tpm_proxy->host_path, errno); in tpm_execute()
94 tpm_proxy->host_path, errno); in tpm_execute()
117 trace_spapr_h_tpm_comm(tpm_proxy->host_path, op); in h_tpm_comm()
134 if (tpm_proxy->host_path == NULL) { in spapr_tpm_proxy_realize()
151 DEFINE_PROP_STRING("host-path", SpaprTpmProxy, host_path),
/dports/emulators/qemu5/qemu-5.2.0/hw/ppc/
H A Dspapr_tpm_proxy.c65 tpm_proxy->host_fd = open(tpm_proxy->host_path, O_RDWR); in tpm_execute()
68 tpm_proxy->host_path, errno); in tpm_execute()
84 tpm_proxy->host_path, errno); in tpm_execute()
94 tpm_proxy->host_path, errno); in tpm_execute()
117 trace_spapr_h_tpm_comm(tpm_proxy->host_path, op); in h_tpm_comm()
134 if (tpm_proxy->host_path == NULL) { in spapr_tpm_proxy_realize()
151 DEFINE_PROP_STRING("host-path", SpaprTpmProxy, host_path),
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/ppc/
H A Dspapr_tpm_proxy.c65 tpm_proxy->host_fd = open(tpm_proxy->host_path, O_RDWR);
68 tpm_proxy->host_path, errno);
84 tpm_proxy->host_path, errno);
94 tpm_proxy->host_path, errno);
117 trace_spapr_h_tpm_comm(tpm_proxy->host_path, op);
134 if (tpm_proxy->host_path == NULL) {
151 DEFINE_PROP_STRING("host-path", SpaprTpmProxy, host_path),
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/ppc/
H A Dspapr_tpm_proxy.c64 tpm_proxy->host_fd = open(tpm_proxy->host_path, O_RDWR); in tpm_execute()
67 tpm_proxy->host_path, errno); in tpm_execute()
83 tpm_proxy->host_path, errno); in tpm_execute()
93 tpm_proxy->host_path, errno); in tpm_execute()
116 trace_spapr_h_tpm_comm(tpm_proxy->host_path, op); in h_tpm_comm()
133 if (tpm_proxy->host_path == NULL) { in spapr_tpm_proxy_realize()
150 DEFINE_PROP_STRING("host-path", SpaprTpmProxy, host_path),
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/ppc/
H A Dspapr_tpm_proxy.c65 tpm_proxy->host_fd = open(tpm_proxy->host_path, O_RDWR); in tpm_execute()
68 tpm_proxy->host_path, errno); in tpm_execute()
84 tpm_proxy->host_path, errno); in tpm_execute()
94 tpm_proxy->host_path, errno); in tpm_execute()
117 trace_spapr_h_tpm_comm(tpm_proxy->host_path, op); in h_tpm_comm()
134 if (tpm_proxy->host_path == NULL) { in spapr_tpm_proxy_realize()
151 DEFINE_PROP_STRING("host-path", SpaprTpmProxy, host_path),
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/host/mac/
H A Dpermission_process_utils.cc25 base::FilePath host_path(kHostBinaryPath); in GetHostExePath() local
27 host_path = host_path.Append("Contents/MacOS"); in GetHostExePath()
29 return host_path.Append("remoting_me2me_host"); in GetHostExePath()
31 return host_path.Append(REMOTE_ASSISTANCE_HOST_BUNDLE_NAME) in GetHostExePath()
/dports/www/chromium-legacy/chromium-88.0.4324.182/build/android/pylib/utils/
H A Ddevice_dependencies.py59 def DevicePathComponentsFor(host_path, output_directory): argument
92 if host_path.startswith(output_directory):
93 if os.path.splitext(host_path)[1] == '.pak':
94 return [None, 'paks', os.path.basename(host_path)]
95 rel_host_path = os.path.relpath(host_path, output_directory)
97 rel_host_path = os.path.relpath(host_path, constants.DIR_SOURCE_ROOT)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/build/android/pylib/utils/
H A Ddevice_dependencies.py59 def DevicePathComponentsFor(host_path, output_directory): argument
92 if host_path.startswith(output_directory):
93 if os.path.splitext(host_path)[1] == '.pak':
94 return [None, 'paks', os.path.basename(host_path)]
95 rel_host_path = os.path.relpath(host_path, output_directory)
97 rel_host_path = os.path.relpath(host_path, constants.DIR_SOURCE_ROOT)
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/build/android/pylib/utils/
H A Ddevice_dependencies.py59 def DevicePathComponentsFor(host_path, output_directory): argument
92 if host_path.startswith(output_directory):
93 if os.path.splitext(host_path)[1] == '.pak':
94 return [None, 'paks', os.path.basename(host_path)]
95 rel_host_path = os.path.relpath(host_path, output_directory)
97 rel_host_path = os.path.relpath(host_path, constants.DIR_SOURCE_ROOT)
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/memory_inspector/memory_inspector/backends/
H A Dadb_client.py201 def Push(self, host_path, device_path): argument
202 if not os.path.isfile(host_path):
213 with open(host_path, 'rb') as fd:
219 local_mtime = int(os.path.getmtime(host_path))
224 def Pull(self, device_path, host_path, update_mtime=False): argument
232 if os.path.exists(host_path) and not os.path.isfile(host_path):
233 raise ADBClientError('Target %s exists but is not a file' % host_path)
242 with open(host_path, 'wb') as fd:
256 os.utime(host_path, (device_stat[2], device_stat[2]))
/dports/devel/libvirt/libvirt-7.10.0/src/util/
H A Dvirscsihost.c99 char *host_path = NULL; in virSCSIHostFindByPCI() local
115 if (virFileResolveLink(host_link, &host_path) < 0) in virSCSIHostFindByPCI()
118 if (!strstr(host_path, parentaddr)) { in virSCSIHostFindByPCI()
120 VIR_FREE(host_path); in virSCSIHostFindByPCI()
124 VIR_FREE(host_path); in virSCSIHostFindByPCI()
156 VIR_FREE(host_path); in virSCSIHostFindByPCI()
/dports/lang/v8/v8-9.6.180.12/build/android/pylib/utils/
H A Ddevice_dependencies.py59 def DevicePathComponentsFor(host_path, output_directory): argument
96 if (host_path.startswith(output_directory) and
97 os.path.splitext(host_path)[1] == '.pak'):
98 return [None, 'paks', os.path.basename(host_path)]
100 rel_host_path = os.path.relpath(host_path, output_directory)
/dports/devel/spark/spark-2.1.1/mesos/src/main/scala/org/apache/spark/scheduler/cluster/mesos/
H A DMesosSchedulerBackendUtil.scala48 case Array(host_path, container_path) =>
50 .setHostPath(host_path))
51 case Array(host_path, container_path, "rw") =>
53 .setHostPath(host_path))
54 case Array(host_path, container_path, "ro") =>
56 .setHostPath(host_path)

1234567