/vbox/src/VBox/Runtime/common/path/ |
H A D | RTPathAbsDup.cpp | 39 * Same as RTPathAbs only the result is RTStrDup()'ed. 42 * @returns NULL if RTPathAbs() or RTStrDup() fails. 48 int rc = RTPathAbs(pszPath, szPath, sizeof(szPath));
|
H A D | RTPathAbsEx.cpp | 48 * is equivalent to RTPathAbs(pszPath, ...). 98 return RTPathAbs(szTmpPath, pszAbsPath, cchAbsPath); 102 return RTPathAbs(pszPath, pszAbsPath, cchAbsPath);
|
H A D | RTPathRmCmd.cpp | 441 rc = RTPathAbs(pszPath, szPath, sizeof(szPath)); 443 return rtPathRmError(pOpts, pszPath, rc, "RTPathAbs failed on '%s': %Rrc\n", pszPath, rc);
|
/vbox/src/VBox/Runtime/generic/ |
H A D | RTPathIsSame-generic.cpp | 78 rc = RTPathAbs(pszPath1, szPath1, sizeof(szPath1)); 82 rc = RTPathAbs(pszPath2, szPath2, sizeof(szPath2)); AssertRC(rc);
|
H A D | RTPathAbs-generic.cpp | 3 * IPRT - RTPathAbs, generic implementation. 147 RTDECL(int) RTPathAbs(const char *pszPath, char *pszAbsPath, size_t cchAbsPath) function 165 LogFlow(("RTPathAbs(%p:{%s}, %p, %d): returns %Rrc\n", pszPath, pszPath, pszAbsPath, cchAbsPath, VERR_FILENAME_TOO_LONG)); 276 LogFlow(("RTPathAbs(%p:{%s}, %p, %d): returns %Rrc\n", pszPath, pszPath, pszAbsPath, cchAbsPath, rc)); 354 LogFlow(("RTPathAbs(%p:{%s}, %p:{%s}, %d): returns %Rrc\n", pszPath, pszPath, pszAbsPath,
|
/vbox/src/VBox/Runtime/r3/ |
H A D | dir.cpp | 64 int rc = RTPathAbs(pszPath, szAbsPath, sizeof(szAbsPath)); 529 rc = RTPathAbs(pszPath, szRealPath, sizeof(szRealPath) - 1); 543 rc = RTPathAbs(pszTmp, szRealPath, sizeof(szRealPath) - 1);
|
H A D | dir2.cpp | 144 int rc = RTPathAbs(pszPath, szAbsPath, sizeof(szAbsPath));
|
/vbox/src/VBox/HostDrivers/Support/testcase/ |
H A D | tstInt.cpp | 71 rc = RTPathAbs(szFile, szAbsFile, sizeof(szAbsFile));
|
/vbox/src/VBox/Runtime/r3/nt/ |
H A D | pathint-nt.cpp | 218 int rc = RTPathAbs(pszPath, &szPath[cchPrefix - cchSkip], sizeof(szPath) - (cchPrefix - cchSkip)); 329 rc = RTPathAbs(szRelPath, &szAbsPath[cchPrefix - cchSkip], sizeof(szAbsPath) - (cchPrefix - cchSkip));
|
/vbox/src/VBox/Runtime/r3/win/ |
H A D | fs-win.cpp | 134 int rc = RTPathAbs(pszFsPath, szFullPath, sizeof(szFullPath));
|
H A D | path-win.cpp | 74 /* Check that it exists. (Use RTPathAbs() to just resolve the name.) */ 100 RTDECL(int) RTPathAbs(const char *pszPath, char *pszAbsPath, size_t cchAbsPath)
|
/vbox/src/VBox/Main/glue/ |
H A D | com.cpp | 233 vrc = RTPathAbs(szTmp, aDir, aDirLen);
|
/vbox/include/iprt/ |
H A D | path.h | 296 RTDECL(int) RTPathAbs(const char *pszPath, char *pszAbsPath, size_t cchAbsPath); 299 * Same as RTPathAbs only the result is RTStrDup()'ed. 302 * @returns NULL if RTPathAbs() or RTStrDup() fails. 315 * is equivalent to RTPathAbs(pszPath, ...). 329 * is equivalent to RTPathAbs(pszPath, ...). 554 * @note For the RTPathAbs definition, this flag needs to be set while both 808 * of RTPathAbs and RTPathCompare to determine the result.
|
/vbox/src/VBox/Frontends/VBoxManage/ |
H A D | VBoxManageMisc.cpp | 77 int vrc = RTPathAbs(a->argv[0], szVMFileAbs, sizeof(szVMFileAbs)); 676 int vrc = RTPathAbs(a->argv[1], szStateFileAbs, sizeof(szStateFileAbs)); 1141 int vrc = RTPathAbs(pszName, szPath, sizeof(szPath)); 1143 return RTMsgErrorExit(RTEXITCODE_FAILURE, "RTPathAbs(%s,,) failed with rc=%Rrc", pszName, vrc);
|
H A D | VBoxManageDebugVM.cpp | 284 rc = RTPathAbs(pszFilename, szAbsFilename, sizeof(szAbsFilename)); 286 return RTMsgErrorExit(RTEXITCODE_FAILURE, "RTPathAbs failed on '%s': %Rrc", pszFilename, rc);
|
H A D | VBoxManageDisk.cpp | 162 int irc = RTPathAbs(pszFilenameOrUuid, szFilenameAbs, sizeof(szFilenameAbs)); 198 int irc = RTPathAbs(pszFilename, szFilenameAbs, sizeof(szFilenameAbs));
|
/vbox/src/VBox/Devices/Network/testcase/ |
H A D | tstIntNet-1.cpp | 840 rc = RTPathAbs(szPath, szAbsPath, sizeof(szAbsPath)); 843 RTPrintf("tstIntNet-1: RTPathAbs -> %Rrc\n", rc);
|
/vbox/src/VBox/HostDrivers/Support/ |
H A D | SUPLibLdr.cpp | 345 rc = RTPathAbs(pszFilename, szAbsFilename, sizeof(szAbsFilename));
|
/vbox/src/VBox/Additions/common/VBoxService/ |
H A D | VBoxServiceToolBox.cpp | 667 int rc = RTPathAbs(pszDir, szPathAbs, sizeof(szPathAbs));
|
/vbox/src/VBox/Runtime/r0drv/nt/ |
H A D | ntBldSymDb.cpp | 1088 int rc = RTPathAbs(pszDir, szPath, sizeof(szPath)); 1090 return RTMsgErrorExit(RTEXITCODE_FAILURE, "RTPathAbs failed on '%s': %Rrc\n", pszDir, rc);
|
/vbox/src/bldprogs/ |
H A D | scm.cpp | 1383 int rc = RTPathAbs(pszSomething, szBuf, sizeof(szBuf)); 1419 RTMsgError("RTPathAbs: %Rrc\n", rc);
|
H A D | VBoxTpG.cpp | 2184 int rc = RTPathAbs(g_pszAssemblerIncVal, g_szAssemblerIncVal, sizeof(g_szAssemblerIncVal) - 1); 2186 return RTMsgErrorExit(RTEXITCODE_FAILURE, "RTPathAbs failed: %Rrc", rc);
|
/vbox/src/VBox/Storage/ |
H A D | VHD.cpp | 350 rc = RTPathAbs(pszFilename, (char *)pvBuf, cbMaxLen); 381 rc = RTPathAbs(pszFilename, pszTmp, cbMaxLen);
|
/vbox/src/VBox/Main/src-helper-apps/ |
H A D | VBoxExtPackHelperApp.cpp | 498 int rc = RTPathAbs(pszDirDst, szDstPath, sizeof(szDstPath) - VBOX_EXTPACK_MAX_MEMBER_NAME_LENGTH - 2); 500 return RTMsgErrorExit(RTEXITCODE_FAILURE, "RTPathAbs('%s',,) failed: %Rrc", pszDirDst, rc);
|
/vbox/src/VBox/Runtime/common/dbg/ |
H A D | dbgcfg.cpp | 917 rc = RTPathAbs(szBackup, pszPath, RTPATH_MAX);
|