Searched defs:hostPath (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/src-all/
H A DSharedFolderImpl.cpp251 Utf8Str hostPath = aHostPath; local
252 size_t hostPathLen = hostPath.length();
262 RTPATH_IS_SEP (hostPath.c_str()[hostPathLen - 1]) &&
263 RTPATH_IS_VOLSEP (hostPath.c_str()[hostPathLen - 2]))
266 if (hostPathLen == 1 && RTPATH_IS_SEP(hostPath[0]))
270 hostPath.stripTrailingSlash();
277 hostPath.c_str(),
283 hostPath.c_str(), vrc);
285 if (RTPathCompare(hostPath.c_str(), hostPathFull) != 0)
288 hostPath
347 Utf8Str hostPath = m->strHostPath; local
[all...]
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageInfo.cpp2244 Bstr name, hostPath;
2246 sf->COMGETTER(HostPath)(hostPath.asOutParam());
2247 RTPrintf("Name: '%ls', Host path: '%ls' (global mapping)\n", name.raw(), hostPath.raw());
2262 Bstr name, hostPath; local
2265 sf->COMGETTER(HostPath)(hostPath.asOutParam());
2274 hostPath.raw());
2278 name.raw(), hostPath.raw(), writable ? "writable" : "readonly");
2293 Bstr name, hostPath; local
2295 sf->COMGETTER(HostPath)(hostPath.asOutParam());
2303 hostPath
[all...]
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp1622 Utf8Str hostPath = pSF->i_getHostPath(); local
1623 vrc = SSMR3PutU32(pSSM, (uint32_t)hostPath.length() + 1 /* term. 0 */);
1625 vrc = SSMR3PutStrZ(pSSM, hostPath.c_str());

Completed in 110 milliseconds