Searched defs:orig_spec (Results 1 - 3 of 3) sorted by relevance

/external/lldb/source/Target/
H A DPathMappingList.cpp226 PathMappingList::FindFile (const FileSpec &orig_spec, FileSpec &new_spec) const argument
232 const size_t orig_path_len = orig_spec.GetPath (orig_path, sizeof(orig_path));
/external/lldb/source/Core/
H A DModuleList.cpp651 ModuleList::FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const argument
657 if ((*pos)->FindSourceFile (orig_spec, new_spec))
H A DModule.cpp1476 Module::FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const argument
1479 return m_source_mappings.FindFile (orig_spec, new_spec);

Completed in 49 milliseconds