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

/vbox/src/VBox/Main/glue/
H A Dcom.cpp199 static int composeHomePath(char *aDir, size_t aDirLen, argument
204 vrc = RTStrCopy(aDir, aDirLen, pcszBase);
210 vrc = RTPathUserHome(aDir, aDirLen);
212 vrc = RTPathAppend(aDir, aDirLen, pcszBase);
217 int GetVBoxUserHomeDirectory(char *aDir, size_t aDirLen, bool fCreateDir) argument
220 AssertReturn(aDirLen > 0, VERR_BUFFER_OVERFLOW);
233 vrc = RTPathAbs(szTmp, aDir, aDirLen);
256 vrc = composeHomePath(aDir, aDirLen, apcszUserHome[i]);

Completed in 40 milliseconds