Home
last modified time | relevance | path

Searched refs:parent_dir (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/http/
Dhttp_auth_cache.cc97 std::string parent_dir = GetParentDirectory(path); in LookupByPath() local
102 if (it->origin() == origin && it->HasEnclosingPath(parent_dir, &len) && in LookupByPath()
164 std::string parent_dir = GetParentDirectory(path); in AddPath() local
165 if (!HasEnclosingPath(parent_dir, NULL)) { in AddPath()
167 paths_.remove_if(IsEnclosedBy(parent_dir)); in AddPath()
177 paths_.push_front(parent_dir); in AddPath()
/external/webkit/Tools/Scripts/webkitpy/common/checkout/
Dscm.py512 parent_dir = tempfile.gettempdir()
514 parent_dir = sys.path[0] # tempdir is not secure.
515 return os.path.join(parent_dir, "temp_svn_config")