HomeSort by relevance Sort by last modified time
    Searched refs:m_out_path (Results 1 - 4 of 4) sorted by null

  /external/lldb/tools/lldb-perf/common/clang/
lldb_perf_clang.cpp 59 m_out_path(),
230 if (m_out_path.empty())
232 return m_out_path.c_str();
248 m_out_path = path;
250 m_out_path.clear();
274 std::string m_out_path; member in class:ClangTest
  /external/lldb/tools/lldb-perf/common/stepping/
lldb-perf-stepping.cpp 96 results.Write(m_out_path.c_str());
111 if (m_out_path.empty())
113 return m_out_path.c_str();
129 m_out_path = path;
131 m_out_path.clear();
165 std::string m_out_path; member in class:StepTest
  /external/lldb/tools/lldb-perf/darwin/sketch/
sketch.cpp 67 m_out_path.clear();
346 m_out_path.assign(str);
352 if (m_out_path.empty())
354 return m_out_path.c_str();
372 std::string m_out_path; member in class:SketchTest
  /external/lldb/tools/lldb-perf/darwin/formatters/
formatters.cpp 77 m_out_path.assign(argv[2]);
214 results.Write(m_out_path.c_str());
234 std::string m_out_path; member in class:FormattersTest

Completed in 53 milliseconds