Searched defs:pszSubDir (Results 1 - 3 of 3) 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/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);
/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...]

Completed in 62 milliseconds