Searched refs:new_spec (Results 1 – 8 of 8) sorted by relevance
/external/lldb/source/API/ |
D | SBFileSpecList.cpp | 92 SBFileSpec new_spec; in GetFileSpecAtIndex() local 93 new_spec.SetFileSpec(m_opaque_ap->GetFileSpecAtIndex(idx)); in GetFileSpecAtIndex() 94 return new_spec; in GetFileSpecAtIndex()
|
/external/lldb/source/Target/ |
D | PathMappingList.cpp | 226 PathMappingList::FindFile (const FileSpec &orig_spec, FileSpec &new_spec) const in FindFile() 247 new_spec.SetFile (new_path, true); in FindFile() 248 if (new_spec.Exists()) in FindFile() 256 new_spec.Clear(); in FindFile()
|
/external/lldb/include/lldb/Target/ |
D | PathMappingList.h | 141 FindFile (const FileSpec &orig_spec, FileSpec &new_spec) const;
|
/external/chromium_org/chrome/browser/profiles/ |
D | profile_downloader.cc | 120 std::string new_spec = old_spec.substr(0, pos) + new_size_component + in GetImageURLWithSize() local 122 *new_url = GURL(new_spec); in GetImageURLWithSize()
|
/external/lldb/include/lldb/Core/ |
D | ModuleList.h | 441 FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const;
|
D | Module.h | 913 FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const;
|
/external/lldb/source/Core/ |
D | ModuleList.cpp | 651 ModuleList::FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const in FindSourceFile() 657 if ((*pos)->FindSourceFile (orig_spec, new_spec)) in FindSourceFile()
|
D | Module.cpp | 1476 Module::FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const in FindSourceFile() 1479 return m_source_mappings.FindFile (orig_spec, new_spec); in FindSourceFile()
|