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

  /external/chromium/net/http/
http_auth_cache.cc 97 std::string parent_dir = GetParentDirectory(path); local
102 if (it->origin() == origin && it->HasEnclosingPath(parent_dir, &len) &&
164 std::string parent_dir = GetParentDirectory(path); local
165 if (!HasEnclosingPath(parent_dir, NULL)) {
167 paths_.remove_if(IsEnclosedBy(parent_dir));
177 paths_.push_front(parent_dir);
  /external/chromium_org/net/http/
http_auth_cache.cc 99 std::string parent_dir = GetParentDirectory(path); local
104 if (it->origin() == origin && it->HasEnclosingPath(parent_dir, &len) &&
164 std::string parent_dir = GetParentDirectory(path); local
165 if (!HasEnclosingPath(parent_dir, NULL)) {
167 paths_.remove_if(IsEnclosedBy(parent_dir));
177 paths_.push_front(parent_dir);
  /external/chromium_org/third_party/lcov/bin/
geninfo 2505 sub parent_dir($) subroutine
    [all...]
  /external/chromium_org/chrome/installer/setup/
uninstall.cc 374 base::FilePath parent_dir = path.DirName(); local
375 bool ret = ScheduleFileSystemEntityForDeletion(parent_dir);
378 << parent_dir.value();
380 base::FilePath grandparent_dir(parent_dir.DirName());
    [all...]

Completed in 549 milliseconds