Searched defs:hostPathFull (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/src-all/
H A DSharedFolderImpl.cpp275 char hostPathFull[RTPATH_MAX]; local
278 hostPathFull,
279 sizeof (hostPathFull));
285 if (RTPathCompare(hostPath.c_str(), hostPathFull) != 0)
348 char hostPathFull[RTPATH_MAX]; local
350 hostPathFull,
351 sizeof(hostPathFull))
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp8009 char hostPathFull[RTPATH_MAX]; local
8012 hostPathFull,
8013 sizeof(hostPathFull));
8020 if (!RTPathExists(hostPathFull))
8024 if (RTPathCompare(aData.m_strHostPath.c_str(), hostPathFull) != 0)

Completed in 66 milliseconds