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

/vbox/src/VBox/Runtime/common/path/
H A Dcomparepaths.cpp39 * Helper for RTPathCompare() and RTPathStartsWith().
138 RTDECL(int) RTPathCompare(const char *pszPath1, const char *pszPath2) function
152 * see RTPathCompare() for details.
/vbox/src/VBox/Runtime/generic/
H A DRTPathIsSame-generic.cpp85 if (RTPathCompare(szPath1, szPath2) == 0)
/vbox/src/VBox/Main/src-all/
H A DSharedFolderImpl.cpp285 if (RTPathCompare(hostPath.c_str(), hostPathFull) != 0)
/vbox/include/iprt/
H A Dpath.h808 * of RTPathAbs and RTPathCompare to determine the result.
842 RTDECL(int) RTPathCompare(const char *pszPath1, const char *pszPath2);
852 * see RTPathCompare() for details.
H A Dmangling.h1039 # define RTPathCompare RT_MANGLER(RTPathCompare) macro
/vbox/src/VBox/Main/src-helper-apps/
H A DVBoxExtPackHelperApp.cpp171 return RTPathCompare(szCorrect, pszCertDir) == 0;
194 return RTPathCompare(szCorrect, pszBaseDir) == 0;
/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp3163 if (!RTPathCompare(pMachine->i_getSettingsFileFull().c_str(), aName.c_str()))
3374 if (0 == RTPathCompare(strLocationFull.c_str(), strLocation.c_str()))
3458 && RTPathCompare(location.c_str(),
3779 if ( (RTPathCompare(strLocFound.c_str(), aLocation.c_str()) == 0)
H A DMachineImpl.cpp1753 if (!RTPathCompare(strFile.c_str(), defaultFile.c_str()))
9646 && !RTPathCompare(configDir.substr(configDir.length() - groupPlusName.length(), groupPlusName.length()).c_str(),
/vbox/src/VBox/Runtime/tools/
H A DRTDbgSymCache.cpp264 if (RTPathCompare(pszCurTarget, szLinkTarget) == 0)
/vbox/src/VBox/HostDrivers/Support/
H A DSUPLib.cpp1560 if (RTPathCompare(pszArgv0, szExecPath) != 0)
1579 if (RTPathCompare(szExecPath, szAppPrivateArch) != 0)
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineLogic.cpp1910 if (RTPathCompare(name.toUtf8().constData(), fn.toUtf8().constData()) == 0)
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp8024 if (RTPathCompare(aData.m_strHostPath.c_str(), hostPathFull) != 0)

Completed in 2185 milliseconds