Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdArgValFile.cpp69 const CMIUtilString &rFile(vwArgContext.GetArgsLeftToParse()); in Validate() local
70 if (IsFilePath(rFile)) { in Validate()
73 m_argValue = rFile.Trim('"'); in Validate()
74 vwArgContext.RemoveArg(rFile); in Validate()