Searched refs:parent_dir (Results 1 – 2 of 2) sorted by relevance
97 std::string parent_dir = GetParentDirectory(path); in LookupByPath() local102 if (it->origin() == origin && it->HasEnclosingPath(parent_dir, &len) && in LookupByPath()164 std::string parent_dir = GetParentDirectory(path); in AddPath() local165 if (!HasEnclosingPath(parent_dir, NULL)) { in AddPath()167 paths_.remove_if(IsEnclosedBy(parent_dir)); in AddPath()177 paths_.push_front(parent_dir); in AddPath()
512 parent_dir = tempfile.gettempdir()514 parent_dir = sys.path[0] # tempdir is not secure.515 return os.path.join(parent_dir, "temp_svn_config")