Searched refs:vPath (Results 1 – 4 of 4) sorted by relevance
405 bool CMICmnLogMediumFile::SetDirectory(const CMIUtilString &vPath) { in SetDirectory() argument406 m_strMediumFileDirectory = vPath; in SetDirectory()
256 const CMIUtilString &vPath, in ResolvePath() argument270 vwrResolvedPath = vPath; in ResolvePath()334 bool CMICmnLLDBDebugSessionInfo::AccessPath(const CMIUtilString &vPath, in AccessPath() argument337 vwbYesAccessible = (::_access(vPath.c_str(), 0) == 0); in AccessPath()339 vwbYesAccessible = (::access(vPath.c_str(), 0) == 0); in AccessPath()
152 bool AccessPath(const CMIUtilString &vPath, bool &vwbYesAccessible);153 bool ResolvePath(const SMICmdData &vCmdData, const CMIUtilString &vPath,
44 bool SetDirectory(const CMIUtilString &vPath);