Searched refs:m_exe_path (Results 1 - 3 of 3) sorted by relevance

/external/lldb/tools/lldb-perf/common/clang/
H A Dlldb_perf_clang.cpp32 m_target = m_debugger.CreateTarget(m_exe_path.c_str());
58 m_exe_path(),
73 if (m_exe_path.empty())
222 if (m_exe_path.empty())
224 return m_exe_path.c_str();
239 m_exe_path = path;
241 m_exe_path.clear();
273 std::string m_exe_path; member in class:ClangTest
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp66 exe_mod->GetFileSpec().GetPath(m_exe_path, PATH_MAX);
175 if (entry.path.empty() || ::strcmp(entry.path.c_str(), m_exe_path) == 0)
227 if (entry.path.empty() || ::strcmp(entry.path.c_str(), m_exe_path) == 0)
H A DDYLDRendezvous.h178 char m_exe_path[PATH_MAX]; member in class:DYLDRendezvous

Completed in 742 milliseconds