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

  /external/lldb/source/API/
SBFileSpecList.cpp 92 SBFileSpec new_spec; local
93 new_spec.SetFileSpec(m_opaque_ap->GetFileSpecAtIndex(idx));
94 return new_spec;
  /external/lldb/include/lldb/Target/
PathMappingList.h 132 /// @param[out] new_spec
137 /// \a new_spec is filled in with an existing file spec,
141 FindFile (const FileSpec &orig_spec, FileSpec &new_spec) const;
  /external/lldb/source/Target/
PathMappingList.cpp 226 PathMappingList::FindFile (const FileSpec &orig_spec, FileSpec &new_spec) const
247 new_spec.SetFile (new_path, true);
248 if (new_spec.Exists())
256 new_spec.Clear();
  /external/chromium_org/chrome/browser/profiles/
profile_downloader.cc 120 std::string new_spec = old_spec.substr(0, pos) + new_size_component + local
122 *new_url = GURL(new_spec);
  /external/lldb/include/lldb/Core/
Module.h     [all...]
ModuleList.h 441 FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const;
  /external/lldb/source/Core/
ModuleList.cpp 651 ModuleList::FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const
657 if ((*pos)->FindSourceFile (orig_spec, new_spec))
    [all...]
Module.cpp     [all...]

Completed in 698 milliseconds