Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dfilesystem_utils.cc871 std::vector<base::FilePath::StringType> path_comp = GetPathComponents(path); in SourceDirForPath() local
876 if (path_comp.size() < source_comp.size() || source_root.empty()) { in SourceDirForPath()
882 if (!FilesystemStringsEqual(source_comp[i], path_comp[i])) { in SourceDirForPath()
902 for (size_t i = initial_path_comp_to_use; i < path_comp.size(); i++) { in SourceDirForPath()
903 result_str.append(FilePathToUTF8(path_comp[i])); in SourceDirForPath()