Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLogMediumFile.cpp405 bool CMICmnLogMediumFile::SetDirectory(const CMIUtilString &vPath) { in SetDirectory() argument
406 m_strMediumFileDirectory = vPath; in SetDirectory()
H A DMICmnLLDBDebugSessionInfo.cpp256 const CMIUtilString &vPath, in ResolvePath() argument
270 vwrResolvedPath = vPath; in ResolvePath()
334 bool CMICmnLLDBDebugSessionInfo::AccessPath(const CMIUtilString &vPath, in AccessPath() argument
337 vwbYesAccessible = (::_access(vPath.c_str(), 0) == 0); in AccessPath()
339 vwbYesAccessible = (::access(vPath.c_str(), 0) == 0); in AccessPath()
H A DMICmnLLDBDebugSessionInfo.h152 bool AccessPath(const CMIUtilString &vPath, bool &vwbYesAccessible);
153 bool ResolvePath(const SMICmdData &vCmdData, const CMIUtilString &vPath,
H A DMICmnLogMediumFile.h44 bool SetDirectory(const CMIUtilString &vPath);