Searched defs:fDosPath (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgcfg.cpp1165 bool fDosPath = strchr(pszFilename, ':') != NULL local
1169 if (fDosPath)
1175 rc2 = RTPathSplitA(pszFilename, &pSplitFn, fDosPath ? RTPATH_STR_F_STYLE_DOS : RTPATH_STR_F_STYLE_UNIX);
1690 bool fDosPath = strchr(pszImage, ':') != NULL local
1694 if (fDosPath)
1700 rc2 = RTPathSplitA(pszImage, &pSplitFn, fDosPath ? RTPATH_STR_F_STYLE_DOS : RTPATH_STR_F_STYLE_UNIX);

Completed in 43 milliseconds