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

/vbox/src/VBox/Installer/win/Stub/
H A DVBoxStub.cpp259 * @param ppszTempFile Pointer to the constructed string. Must be freed
264 char **ppszTempFile)
266 if (RTStrAPrintf(ppszTempFile, "%s\\%s", pszTempPath, pszTargetFileName) >= 0)
262 GetTempFileAlloc(const char *pszTempPath, const char *pszTargetFileName, char **ppszTempFile) argument

Completed in 33 milliseconds