Home
last modified time | relevance | path

Searched refs:vecPathFolders (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBDebugSessionInfo.cpp296 CMIUtilString::VecString_t vecPathFolders; in ResolvePath() local
297 const MIuint nSplits = vwrResolvedPath.Split("/", vecPathFolders); in ResolvePath()
300 while (bOk && (vecPathFolders.size() >= nFoldersBack)) { in ResolvePath()
305 strTestPath += vecPathFolders[vecPathFolders.size() - nFoldersToAdd]; in ResolvePath()