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

/vbox/include/iprt/win/
H A Dlazy-dbghelp.h43 const char *pszSubDir; member in struct:__anon592
64 rc = RTPathAppend(szPath, sizeof(szPath), s_aLocations[i].pszSubDir);
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgcfg.cpp403 * Appends @a pszSubDir to @a pszPath and check whether it exists and is a
412 * @param pszSubDir The sub directory to append.
415 static bool rtDbgCfgIsDirAndFixCase(char *pszPath, const char *pszSubDir, bool fCaseInsensitive) argument
424 int rc = RTPathAppend(pszPath, RTPATH_MAX, pszSubDir);
452 * @param pszSubDir The sub directory to append.
455 static bool rtDbgCfgIsDirAndFixCase2(char *pszPath, const char *pszSubDir, const char *pszSuffix, bool fCaseInsensitive) argument
466 int rc = RTPathAppend(pszPath, RTPATH_MAX, pszSubDir);
1601 * @param pszSubDir The output buffer.
1608 static int rtDbgCfgConstructUuidMappingSubDir(char *pszSubDir, size_t cbSubDir, const char *pszTopDir, PCRTUUID pUuid) argument
1615 memcpy(pszSubDir, pszTopDi
[all...]
/vbox/src/VBox/HostDrivers/Support/solaris/
H A DSUPDrv-solaris.c996 char *pszSubDir = RTStrAPrintf2("../../../../../../../../../../..%.*s", pszName - pszFilename - 1, pszFilename);
997 if (!pszSubDir)
999 int idMod = modload(pszSubDir, pszName);
1008 idMod = modload(pszSubDir, pszName);
1011 RTStrFree(pszSubDir);
/vbox/include/iprt/
H A Dvfslowlevel.h494 * @param pszSubDir The name of the immediate subdirectory to open.
498 DECLCALLBACKMEMBER(int, pfnOpenDir)(void *pvThis, const char *pszSubDir, PRTVFSDIR phVfsDir);
505 * @param pszSubDir The name of the immediate subdirectory to create.
511 DECLCALLBACKMEMBER(int, pfnCreateDir)(void *pvThis, const char *pszSubDir, RTFMODE fMode, PRTVFSDIR phVfsDir);
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrl.cpp1961 * @param pszSubDir Current sub directory to handle. Needs to NULL and only
1967 const char *pszSubDir /* For recursion. */)
1980 if (RT_SUCCESS(vrc) && pszSubDir)
1981 vrc = RTPathAppend(szCurDir, sizeof(szCurDir), pszSubDir);
2034 if (pszSubDir)
2035 pszNewSub = RTPathJoinA(pszSubDir, DirEntry.szName);
2130 * @param pszSubDir Current sub directory to handle. Needs to NULL and only
2136 const char *pszSubDir /* For recursion. */)
2149 if (RT_SUCCESS(vrc) && pszSubDir)
2150 vrc = RTPathAppend(szCurDir, sizeof(szCurDir), pszSubDir);
[all...]
/vbox/src/VBox/Runtime/tools/
H A DRTDbgSymCache.cpp669 * @param pszSubDir The bundle subdirectory the file lives in.
672 static int rtDbgSymCacheConstructBundlePath(char *pszPath, size_t cchPath, size_t cchName, const char *pszSubDir, argument
703 rc = RTPathAppend(pszPath, RTPATH_MAX, pszSubDir);

Completed in 564 milliseconds