Searched refs:RTPathFilename (Results 1 - 25 of 71) sorted by relevance

123

/vbox/src/VBox/Runtime/common/path/
H A DRTPathFilename.cpp3 * IPRT - RTPathFilename
38 RTDECL(char *) RTPathFilename(const char *pszPath) function
42 RT_EXPORT_SYMBOL(RTPathFilename); variable
/vbox/src/VBox/Runtime/testcase/
H A DtstRTProcIsRunningByName.cpp77 char *pszFilename = RTPathFilename(szExecPath);
90 RTPrintf("tstRTProcIsRunningByName: FAILURE - RTPathFilename failed!\n");
H A DtstRTFileGetSize-1.cpp81 char *pszNm = RTPathFilename(argv[i]);
H A DtstRTLdrVerifyPeImage.cpp67 const char *pszFilename = RTPathFilename(pszFullName);
H A DtstRTTemp.cpp100 RTTESTI_CHECK_MSG(strchr(RTPathFilename(papszNames[i]), 'X') == NULL, ("%s: szName %s\nReturned %s\n", pcszAPI, szName, papszNames[i]));
/vbox/src/VBox/VMM/VMMR3/
H A DPDMAsyncCompletion.cpp1056 RTPathFilename(pEndpoint->pszUri), i*100, i*100+100-1);
1063 RTPathFilename(pEndpoint->pszUri), i*100, i*100+100-1);
1070 RTPathFilename(pEndpoint->pszUri), i*100, i*100+100-1);
1077 RTPathFilename(pEndpoint->pszUri), i*10, i*10+10-1);
1084 RTPathFilename(pEndpoint->pszUri));
1091 RTPathFilename(pEndpoint->pszUri));
1098 RTPathFilename(pEndpoint->pszUri));
1105 RTPathFilename(pEndpoint->pszUri));
1112 RTPathFilename(pEndpoint->pszUri));
1119 RTPathFilename(pEndpoin
[all...]
H A DPDMAsyncCompletionFile.cpp632 if (!RTStrCmp(pArgs[1].u.pszString, RTPathFilename(pEpFile->Core.pszUri)))
708 if (!RTStrCmp(pArgs[1].u.pszString, RTPathFilename(pEpFile->Core.pszUri)))
1102 "/PDM/AsyncCompletion/File/%s/Read", RTPathFilename(pEpFile->Core.pszUri));
1107 "/PDM/AsyncCompletion/File/%s/Write", RTPathFilename(pEpFile->Core.pszUri));
1157 STAMR3DeregisterF(pEpClassFile->Core.pVM->pUVM, "/PDM/AsyncCompletion/File/%s/*", RTPathFilename(pEpFile->Core.pszUri));
/vbox/src/VBox/HostDrivers/Support/testcase/
H A DtstSupLoadModule.cpp75 rc = SUPR3LoadModule(ValueUnion.psz, RTPathFilename(ValueUnion.psz), &pvImageBase, &ErrInfo.Core);
/vbox/src/VBox/Runtime/r3/linux/
H A DRTProcIsRunningByName-linux.cpp101 char const *pszProcName = fWithPath ? szExe : RTPathFilename(szExe);
/vbox/src/VBox/VMM/testcase/
H A DtstSSM-2.cpp76 RTPrintf("Usage: %s <SSM filename> <SSM unitname> <outfile>\n", RTPathFilename(argv[0]));
/vbox/src/VBox/Runtime/common/crypto/
H A Dx509-file.cpp59 pErrInfo, pAllocator, RTASN1CURSOR_FLAGS_DER, RTPathFilename(pszFilename));
/vbox/src/VBox/Main/glue/
H A Derrorprint.cpp86 Utf8Str strFilename(RTPathFilename(pcszSourceFile));
H A Dstring.cpp124 char *pszName = ::RTPathFilename(m_psz);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPR3HardenedIPRT.cpp44 * @copydoc RTPathFilename
48 return RTPathFilename(pszPath);
/vbox/src/VBox/ExtPacks/VBoxDTrace/include/
H A DVBoxDTraceLibCWrappers.h69 #define basename(a_pszPath) RTPathFilename(a_pszPath)
/vbox/src/VBox/Runtime/r3/
H A Dpath.cpp54 const char *pszLast = RTPathFilename(pszPath);
H A Dfs.cpp117 pszName = RTPathFilename(pszName);
/vbox/src/VBox/Runtime/generic/
H A Dcreatetemp-generic.cpp60 char *pszFilename = RTPathFilename(pszTemplate);
/vbox/src/VBox/Main/src-server/
H A DApplianceImplImport.cpp973 RTPathFilename(strMfFile.c_str()));
980 RTPathFilename(strMfFile.c_str()));
990 RTPathFilename(strMfFile.c_str()), vrc);
1005 RTPathFilename(strMfFile.c_str()), vrc);
1031 RTPathFilename(strMfFile.c_str()), vrc);
1143 RTPathFilename(strFilename.c_str()), vrc);
1244 strTmpOvf = Utf8StrFmt("%s/%s", pszTmpDir, RTPathFilename(tmpPath.c_str()));
1258 char *pszFilename = RTPathFilename(strTmpOvf.c_str());
1872 Utf8StrFmt strTmpDisk("%s/%s", pszTmpDir, RTPathFilename(strTargetFile.c_str()));
1895 char *pszFilename = RTPathFilename(strSrcFil
[all...]
/vbox/src/VBox/Runtime/tools/
H A DRTDbgSymCache.cpp461 return rtDbgSymCacheAddOneFile(pszPath, RTPathFilename(pszPath), pszExtrSuff,
829 const char *pszName = RTPathFilename(pszPath);
914 const char *pszName = RTPathFilename(pszPath);
1125 Cfg.pszFilter = RTPathFilename(pszPath);
1143 size_t cchFilename = strlen(RTPathFilename(pszPath));
H A DRTNtDbgHelp.cpp186 pMod->pszName = RTPathFilename(pMod->szFullName);
/vbox/src/VBox/Installer/linux/install_service/
H A Dgenerate_service_file.cpp416 if (RTPathFilename(pcszValue) && RTPathStartsWithRoot(pcszValue))
587 const char *pcszFileName = RTPathFilename(pParameters->pcszCommand);
/vbox/src/VBox/Runtime/common/checksum/
H A Dmanifest.cpp547 size_t cbTmp = strlen(RTPathFilename(paFiles[i].pszTestFile))
571 size_t cch = RTStrPrintf(pszTmp, cbMaxSize + 1, "%s (%s)= %s\n", pcszDigestType, RTPathFilename(paFiles[i].pszTestFile), paFiles[i].pszTestDigest);
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Dmain.cpp286 pcszFileName = RTPathFilename(argv[0]);
/vbox/src/VBox/ValidationKit/utils/misc/
H A Dloadgenerator.cpp180 g_pszProgramName = RTPathFilename(argv[0]);

Completed in 151 milliseconds

123