Searched defs:exe_file_spec (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Target/
H A DTargetList.cpp360 const FileSpec &exe_file_spec,
366 bool full_match = exe_file_spec.GetDirectory();
375 if (FileSpec::Equal (exe_file_spec, exe_module->GetFileSpec(), full_match))
358 FindTargetWithExecutableAndArchitecture( const FileSpec &exe_file_spec, const ArchSpec *exe_arch_ptr ) const argument
/external/lldb/source/API/
H A DSBTarget.cpp1200 SBFileSpec exe_file_spec; local
1206 exe_file_spec.SetFileSpec (exe_module->GetFileSpec());
1213 target_sp.get(), exe_file_spec.get());
1216 return exe_file_spec;

Completed in 88 milliseconds