Searched defs:pszBaseDir (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTSymlink.cpp44 static void test1Worker(RTTEST hTest, const char *pszBaseDir, argument
67 RTTESTI_CHECK_RC_OK_RETV(RTPathJoin(szPath1, sizeof(szPath1), pszBaseDir, "tstRTSymlink-link-1"));
131 static void test1(RTTEST hTest, const char *pszBaseDir) argument
168 RTTESTI_CHECK_RETV(RTDirExists(pszBaseDir));
169 test1Worker(hTest, pszBaseDir, szExecFile, RTSYMLINKTYPE_FILE, false /*fDangling*/);
170 test1Worker(hTest, pszBaseDir, szExecDir, RTSYMLINKTYPE_DIR, false /*fDangling*/);
171 test1Worker(hTest, pszBaseDir, szExecFile, RTSYMLINKTYPE_UNKNOWN, false /*fDangling*/);
172 test1Worker(hTest, pszBaseDir, szExecDir, RTSYMLINKTYPE_UNKNOWN, false /*fDangling*/);
178 test1Worker(hTest, pszBaseDir, "../dangle/dangle", RTSYMLINKTYPE_FILE, true /*fDangling*/);
179 test1Worker(hTest, pszBaseDir, "
[all...]
/vbox/src/VBox/Main/src-helper-apps/
H A DVBoxExtPackHelperApp.cpp181 static bool IsValidBaseDir(const char *pszBaseDir) argument
194 return RTPathCompare(szCorrect, pszBaseDir) == 0;
640 * @param pszBaseDir The base directory.
651 static RTEXITCODE DoInstall2(const char *pszBaseDir, const char *pszCertDir, const char *pszTarball, argument
680 rc = RTPathJoin(szFinalPath, sizeof(szFinalPath), pszBaseDir, pszMangledName);
686 rc = RTPathJoin(szTmpPath, sizeof(szTmpPath) - 64, pszBaseDir, pszMangledName);
721 RTDirCreate(pszBaseDir, 0755, 0);
726 rc = RTPathSetMode(pszBaseDir, 0755);
728 return RTMsgErrorExit(RTEXITCODE_FAILURE, "Failed to set directory permissions on '%s': %Rrc", pszBaseDir, rc);
809 const char *pszBaseDir local
950 const char *pszBaseDir = NULL; local
1042 const char *pszBaseDir = NULL; local
[all...]
/vbox/src/VBox/Runtime/common/string/
H A Duniread.cpp1017 int PrintHeader(const char *argv0, const char *pszBaseDir) argument
1020 if (!pszBaseDir)
1028 pszBaseDir = szBuf;
1062 pszBaseDir, argv0);
1226 const char *pszBaseDir = NULL; local
1256 pszBaseDir = argv[argi];
1268 int rc = ReadUnicodeData(pszBaseDir, pszUnicodeData);
1274 rc = ReadProperties(pszBaseDir, pszPropList);
1277 rc = ReadProperties(pszBaseDir, pszDerivedCoreProperties);
1280 rc = ReadProperties(pszBaseDir, pszDerivedNormalizationProp
[all...]

Completed in 79 milliseconds