Searched refs:RTPathHasSuffix (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Runtime/common/path/
H A DRTPathHasExt.cpp36 RTDECL(bool) RTPathHasSuffix(const char *pszPath) function
/vbox/src/VBox/Runtime/r3/posix/
H A DldrNative-posix.cpp48 if (!RTPathHasSuffix(pszFilename))
/vbox/src/VBox/Runtime/r3/win/
H A DldrNative-win.cpp60 if (!RTPathHasSuffix(pszFilename))
/vbox/src/VBox/Runtime/common/ldr/
H A DldrNative.cpp198 if (!RTPathHasSuffix(pszFilename))
256 if (!RTPathHasSuffix(pszFilename))
/vbox/include/iprt/
H A Dpath.h443 RTDECL(bool) RTPathHasSuffix(const char *pszPath);
445 #define RTPathHasExt RTPathHasSuffix
H A Dmangling.h1052 # define RTPathHasSuffix RT_MANGLER(RTPathHasSuffix) macro
/vbox/src/VBox/HostDrivers/Support/
H A DSUPLibLdr.cpp695 if (!RTPathHasSuffix(pszFilename))
735 if (!RTPathHasSuffix(pszFilename))
H A DSUPLib.cpp2009 if (!RTPathHasSuffix(Req.u.In.szName))
/vbox/src/VBox/Main/src-server/
H A DApplianceImpl.cpp803 if (RTPathHasSuffix(strSrcFormat.c_str()))
817 if (RTPathHasSuffix(strSrcFormat.c_str()))
/vbox/src/VBox/VMM/VMMR3/
H A DPDMLdr.cpp284 size_t cchSuff = RTPathHasSuffix(pszFilename) ? 0 : strlen(pszSuff);
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageDisk.cpp401 if (!RTPathHasSuffix(strName.c_str()))
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceControlSession.cpp1925 if (RTPathHasSuffix(pszLogFile))

Completed in 129 milliseconds