Searched refs:pszTemplate (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Runtime/generic/
H A Dcreatetemp-generic.cpp42 static int rtCreateTempValidateTemplate(char *pszTemplate, char **ppszX, argument
51 AssertPtr(pszTemplate);
55 char *pszX = strchr(pszTemplate, '\0');
56 if ( pszX != pszTemplate
60 char *pszFilename = RTPathFilename(pszTemplate);
81 while ( pszX != pszTemplate
109 RTDECL(int) RTDirCreateTemp(char *pszTemplate, RTFMODE fMode) argument
113 int rc = rtCreateTempValidateTemplate(pszTemplate, &pszX, &cXes);
116 *pszTemplate = '\0';
126 rc = RTDirCreate(pszTemplate, fMod
144 RTDirCreateTempSecure(char *pszTemplate) argument
170 RTFileCreateTemp(char *pszTemplate, RTFMODE fMode) argument
213 RTFileCreateTempSecure(char *pszTemplate) argument
[all...]
/vbox/src/VBox/Runtime/testcase/
H A DtstRTTemp.cpp50 static void tstObjectCreateTemp(const char *pszSubTest, const char *pszTemplate, bool fFile, RTFMODE fMode, unsigned cTimes, bool fSkipXCheck) argument
67 RTTESTI_CHECK_RC(rc = RTPathAppend(strcpy(szName, g_szTempPath), sizeof(szName), pszTemplate), VINF_SUCCESS);
116 static void tstFileCreateTemp(const char *pszSubTest, const char *pszTemplate, RTFMODE fMode, unsigned cTimes, bool fSkipXCheck) argument
118 tstObjectCreateTemp(pszSubTest, pszTemplate, true /* fFile */, fMode,
123 static void tstDirCreateTemp(const char *pszSubTest, const char *pszTemplate, RTFMODE fMode, unsigned cTimes, bool fSkipXCheck) argument
125 tstObjectCreateTemp(pszSubTest, pszTemplate, false /* fFile */, fMode,
130 static void tstBothCreateTemp(const char *pszSubTest, const char *pszTemplate, RTFMODE fMode, unsigned cTimes, bool fSkipXCheck) argument
136 tstFileCreateTemp(pszSubTestLong, pszTemplate, fMode, cTimes,
140 tstDirCreateTemp(pszSubTestLong, pszTemplate, fMode, cTimes, fSkipXCheck);
/vbox/include/iprt/
H A Ddir.h100 * @param pszTemplate The directory name template on input. The actual
105 RTDECL(int) RTDirCreateTemp(char *pszTemplate, RTFMODE fMode);
123 * @param pszTemplate The directory name template on input. The
127 RTDECL(int) RTDirCreateTempSecure(char *pszTemplate);
H A Dfile.h752 * @param pszTemplate The file name template on input. The actual file
757 RTDECL(int) RTFileCreateTemp(char *pszTemplate, RTFMODE fMode);
775 * @param pszTemplate The file name template on input. The actual
778 RTDECL(int) RTFileCreateTempSecure(char *pszTemplate);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dprsht.h83 LPCSTR pszTemplate; member in union:_PROPSHEETPAGEA::__anon13746
120 LPCWSTR pszTemplate; member in union:_PROPSHEETPAGEW::__anon13749
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dprsht.h78 LPCSTR pszTemplate; member in union:_PROPSHEETPAGEA::__anon1116
104 LPCWSTR pszTemplate; member in union:_PROPSHEETPAGEW::__anon1118

Completed in 79 milliseconds