Lines Matching refs:pszSubDir
1961 * @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);
2202 if (pszSubDir)
2203 pszNewSub = RTPathJoinA(pszSubDir, strDir.c_str());