Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMIUtilFileStd.h29 bool CreateWrite(const CMIUtilString &vFileNamePath, bool &vwrbNewCreated);
H A DMIUtilFileStd.cpp69 bool CMIUtilFileStd::CreateWrite(const CMIUtilString &vFileNamePath, in CreateWrite() function in CMIUtilFileStd
H A DMICmnLogMediumFile.cpp122 bool bOk = m_file.CreateWrite(m_fileNamePath, bNewCreated); in Write()