Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMIUtilFileStd.cpp32 : m_fileNamePath(CMIUtilString()), m_pFileHandle(nullptr) in CMIUtilFileStd()
107 m_fileNamePath = vFileNamePath; in CreateWrite()
131 m_fileNamePath.c_str()); in Write()
146 m_fileNamePath.c_str()); in Write()
170 m_fileNamePath.c_str()); in Write()
183 m_fileNamePath.c_str()); in Write()
H A DMICmnLogMediumFile.cpp27 m_fileNamePath(MIRSRC(IDS_MEDIUMFILE_ERR_INVALID_PATH)), in CMICmnLogMediumFile()
122 bool bOk = m_file.CreateWrite(m_fileNamePath, bNewCreated); in Write()
195 m_fileNamePath = MIRSRC(IDS_MEDIUMFILE_ERR_INVALID_PATH); in FileFormFileNamePath()
203 m_fileNamePath = CMIUtilString::Format( in FileFormFileNamePath()
206 m_fileNamePath = CMIUtilString::Format( in FileFormFileNamePath()
222 return m_fileNamePath; in GetFileNamePath()
H A DMIUtilFileStd.h45 CMIUtilString m_fileNamePath;
H A DMICmnLogMediumFile.h79 CMIUtilString m_fileNamePath; variable