Searched refs:RTPathAbs (Results 1 - 25 of 28) sorted by relevance

12

/vbox/src/VBox/Runtime/common/path/
H A DRTPathAbsDup.cpp39 * 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 DRTPathAbsEx.cpp48 * is equivalent to RTPathAbs(pszPath, ...).
98 return RTPathAbs(szTmpPath, pszAbsPath, cchAbsPath);
102 return RTPathAbs(pszPath, pszAbsPath, cchAbsPath);
H A DRTPathRmCmd.cpp441 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 DRTPathIsSame-generic.cpp78 rc = RTPathAbs(pszPath1, szPath1, sizeof(szPath1));
82 rc = RTPathAbs(pszPath2, szPath2, sizeof(szPath2)); AssertRC(rc);
H A DRTPathAbs-generic.cpp3 * 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 Ddir.cpp64 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 Ddir2.cpp144 int rc = RTPathAbs(pszPath, szAbsPath, sizeof(szAbsPath));
/vbox/src/VBox/HostDrivers/Support/testcase/
H A DtstInt.cpp71 rc = RTPathAbs(szFile, szAbsFile, sizeof(szAbsFile));
/vbox/src/VBox/Runtime/r3/nt/
H A Dpathint-nt.cpp218 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 Dfs-win.cpp134 int rc = RTPathAbs(pszFsPath, szFullPath, sizeof(szFullPath));
H A Dpath-win.cpp74 /* 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 Dcom.cpp233 vrc = RTPathAbs(szTmp, aDir, aDirLen);
/vbox/include/iprt/
H A Dpath.h296 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 DVBoxManageMisc.cpp77 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 DVBoxManageDebugVM.cpp284 rc = RTPathAbs(pszFilename, szAbsFilename, sizeof(szAbsFilename));
286 return RTMsgErrorExit(RTEXITCODE_FAILURE, "RTPathAbs failed on '%s': %Rrc", pszFilename, rc);
H A DVBoxManageDisk.cpp162 int irc = RTPathAbs(pszFilenameOrUuid, szFilenameAbs, sizeof(szFilenameAbs));
198 int irc = RTPathAbs(pszFilename, szFilenameAbs, sizeof(szFilenameAbs));
/vbox/src/VBox/Devices/Network/testcase/
H A DtstIntNet-1.cpp840 rc = RTPathAbs(szPath, szAbsPath, sizeof(szAbsPath));
843 RTPrintf("tstIntNet-1: RTPathAbs -> %Rrc\n", rc);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPLibLdr.cpp345 rc = RTPathAbs(pszFilename, szAbsFilename, sizeof(szAbsFilename));
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceToolBox.cpp667 int rc = RTPathAbs(pszDir, szPathAbs, sizeof(szPathAbs));
/vbox/src/VBox/Runtime/r0drv/nt/
H A DntBldSymDb.cpp1088 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 Dscm.cpp1383 int rc = RTPathAbs(pszSomething, szBuf, sizeof(szBuf));
1419 RTMsgError("RTPathAbs: %Rrc\n", rc);
H A DVBoxTpG.cpp2184 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 DVHD.cpp350 rc = RTPathAbs(pszFilename, (char *)pvBuf, cbMaxLen);
381 rc = RTPathAbs(pszFilename, pszTmp, cbMaxLen);
/vbox/src/VBox/Main/src-helper-apps/
H A DVBoxExtPackHelperApp.cpp498 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 Ddbgcfg.cpp917 rc = RTPathAbs(szBackup, pszPath, RTPATH_MAX);

Completed in 2006 milliseconds

12