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

/vbox/src/VBox/Main/src-server/
H A DApplianceImpl.cpp899 char *tmpFile = RTStrDup(RTPathFilename(aName.c_str())); local
900 RTPathStripSuffix(tmpFile);
902 RTStrAPrintf(&tmpName, "%s%c%s_%d%s", tmpDir, RTPATH_DELIMITER, tmpFile, i, pszTmpSuff);
903 RTStrFree(tmpFile);

Completed in 46 milliseconds