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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgcfg.cpp320 * at @a offLastComp the name we're looking for.
324 * @param offLastComp The offset of the last component (for chopping it
328 static bool rtDbgCfgIsXxxxAndFixCaseWorker(char *pszPath, size_t offLastComp, RTDIRENTRYTYPE enmType) argument
333 char *pszName = &pszPath[offLastComp];

Completed in 37 milliseconds