HomeSort by relevance Sort by last modified time
    Searched defs:AddPath (Results 1 - 4 of 4) sorted by null

  /external/chromium/net/http/
http_auth_cache.cc 85 // kept small because AddPath() only keeps the shallowest entry.
144 entry->AddPath(path);
163 void HttpAuthCache::Entry::AddPath(const std::string& path) {
  /external/clang/include/clang/Frontend/
HeaderSearchOptions.h 99 /// AddPath - Add the \arg Path path to the specified \arg Group list.
100 void AddPath(StringRef Path, frontend::IncludeDirGroup Group,
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 60 /// AddPath - Add the specified path to the specified group list.
61 void AddPath(const Twine &Path, IncludeDirGroup Group,
106 void InitHeaderSearch::AddPath(const Twine &Path,
172 AddPath(Base, CXXSystem, true, false, false);
178 AddPath(Base + "/" + ArchDir + "/" + Dir64, CXXSystem, true, false, false);
180 AddPath(Base + "/" + ArchDir + "/" + Dir32, CXXSystem, true, false, false);
183 AddPath(Base + "/backward", CXXSystem, true, false, false);
189 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++",
191 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++/" + Arch,
193 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++/backward"
    [all...]
  /external/v8/src/
profile-generator.cc 447 void CpuProfile::AddPath(const Vector<CodeEntry*>& path) {
797 current_profiles_[i]->AddPath(path);
    [all...]

Completed in 3169 milliseconds