Searched refs:pszBase (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Runtime/common/path/
H A DRTPathAbsEx.cpp46 * @param pszBase The base path to act like a current directory.
53 RTDECL(int) RTPathAbsEx(const char *pszBase, const char *pszPath, char *pszAbsPath, size_t cchAbsPath) argument
55 if ( pszBase
62 if ( RTPATH_IS_SLASH(pszBase[0])
63 && RTPATH_IS_SLASH(pszBase[1])
64 && pszBase[2] == '?'
65 && RTPATH_IS_SLASH(pszBase[3])
82 size_t const cchVolSpec = rtPathVolumeSpecLen(pszBase);
85 memcpy(szTmpPath, pszBase, cchVolSpec);
91 size_t const cchBase = strlen(pszBase);
[all...]
H A DRTPathAbsExDup.cpp44 * @param pszBase The base path to act like a current directory.
49 RTDECL(char *) RTPathAbsExDup(const char *pszBase, const char *pszPath) argument
52 int rc = RTPathAbsEx(pszBase, pszPath, szPath, sizeof(szPath));
/vbox/include/iprt/
H A Dpath.h313 * @param pszBase The base path to act like a current directory.
320 RTDECL(int) RTPathAbsEx(const char *pszBase, const char *pszPath, char *pszAbsPath, size_t cchAbsPath);
327 * @param pszBase The base path to act like a current directory.
332 RTDECL(char *) RTPathAbsExDup(const char *pszBase, const char *pszPath);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPLibLdr.cpp299 char *pszBase; member in struct:SUPLDRCREATETABSARGS
315 pArgs->pSym->offName = pArgs->psz - pArgs->pszBase;
457 CreateArgs.pszBase = (char *)&pLoadReq->u.In.abImage[offStrTab];
458 CreateArgs.psz = CreateArgs.pszBase;
462 AssertRelease((size_t)(CreateArgs.psz - CreateArgs.pszBase) <= CalcArgs.cbStrings);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dmimeole.idl827 [in] LPCSTR pszBase,
995 [in] LPCSTR pszBase,
/vbox/src/VBox/Runtime/testcase/
H A DtstRTBigNum.cpp894 const char *pszBase, *pszExponent, *pszResult;
938 if ( testHexStringToNum(&Base, s_aTests[i].pszBase, RTBIGNUMINIT_F_UNSIGNED | fFlags)
1005 const char *pszBase, *pszExponent, *pszModulus, *pszResult;
1015 if ( testHexStringToNum(&Base, s_aTests[i].pszBase, RTBIGNUMINIT_F_UNSIGNED | fFlags)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmimeole.idl827 [in] LPCSTR pszBase,
995 [in] LPCSTR pszBase,
/vbox/src/VBox/Storage/
H A DVMDK.cpp3443 const char *pszBase = RTPathFilename(pImage->pszFilename); local
3444 const char *pszSuff = RTPathSuffix(pszBase);
3447 char *pszBaseBase = RTStrDup(pszBase);

Completed in 84 milliseconds