Searched refs:path_comp (Results 1 – 1 of 1) sorted by relevance
871 std::vector<base::FilePath::StringType> path_comp = GetPathComponents(path); in SourceDirForPath() local876 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()