Home
last modified time | relevance | path

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

/external/lldb/tools/lldb-perf/common/stepping/
Dlldb-perf-stepping.cpp96 results.Write(m_out_path.c_str()); in WriteResults()
111 if (m_out_path.empty()) in GetResultFilePath()
113 return m_out_path.c_str(); in GetResultFilePath()
129 m_out_path = path; in SetResultFilePath()
131 m_out_path.clear(); in SetResultFilePath()
165 std::string m_out_path; member in StepTest
/external/lldb/tools/lldb-perf/common/clang/
Dlldb_perf_clang.cpp59 m_out_path(),
230 if (m_out_path.empty()) in GetResultFilePath()
232 return m_out_path.c_str(); in GetResultFilePath()
248 m_out_path = path; in SetResultFilePath()
250 m_out_path.clear(); in SetResultFilePath()
274 std::string m_out_path; member in ClangTest
/external/lldb/tools/lldb-perf/darwin/sketch/
Dsketch.cpp67 m_out_path.clear();
346 m_out_path.assign(str); in SetResultFilePath()
352 if (m_out_path.empty()) in GetResultFilePath()
354 return m_out_path.c_str(); in GetResultFilePath()
372 std::string m_out_path; member in SketchTest
/external/lldb/tools/lldb-perf/darwin/formatters/
Dformatters.cpp77 m_out_path.assign(argv[2]); in Setup()
214 results.Write(m_out_path.c_str()); in WriteResults()
234 std::string m_out_path; member in FormattersTest
/external/lldb/tools/lldb-perf/
DREADME114 m_out_path.assign(argv[2]);
271 (const UInt8*)m_out_path.c_str(),
272 m_out_path.size(),