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

/vbox/src/VBox/Installer/win/Stub/
H A DVBoxStub.cpp257 * @param pszTempPath The pure path to use for construction.
262 static int GetTempFileAlloc(const char *pszTempPath, argument
266 if (RTStrAPrintf(ppszTempFile, "%s\\%s", pszTempPath, pszTargetFileName) >= 0)

Completed in 43 milliseconds