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

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceToolBox.cpp1221 char szTemplateWithPath[RTPATH_MAX] = ""; local
1315 rc = RTStrCopy(szTemplateWithPath, sizeof(szTemplateWithPath),
1326 rc = RTPathTemp(szTemplateWithPath, sizeof(szTemplateWithPath));
1335 rc = RTPathAppend(szTemplateWithPath, sizeof(szTemplateWithPath),
1348 ? RTDirCreateTempSecure(szTemplateWithPath)
1349 : RTDirCreateTemp(szTemplateWithPath, fMode);
1351 szTemplateWithPath, RT_SUCCES
[all...]

Completed in 713 milliseconds