Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dbuild_settings.cc16 root_path_(other.root_path_), in BuildSettings()
32 root_path_ = r.NormalizePathSeparatorsTo('/'); in SetRootPath()
33 root_path_utf8_ = FilePathToUTF8(root_path_); in SetRootPath()
45 return file.Resolve(root_path_).NormalizePathSeparatorsTo('/'); in GetFullPath()
49 return dir.Resolve(root_path_).NormalizePathSeparatorsTo('/'); in GetFullPath()
54 return ResolvePath(path, as_file, root_path_).NormalizePathSeparatorsTo('/'); in GetFullPath()
Dbuild_settings.h40 const base::FilePath& root_path() const { return root_path_; } in root_path()
139 base::FilePath root_path_; variable
/third_party/gn/src/base/files/
Dfile_enumerator_posix.cc83 root_path_(root_path), in FileEnumerator()
104 root_path_ = pending_paths_.top(); in Next()
105 root_path_ = root_path_.StripTrailingSeparators(); in Next()
108 DIR* dir = opendir(root_path_.value().c_str()); in Next()
138 const FilePath full_path = root_path_.Append(info.filename_); in Next()
157 return root_path_.Append( in Next()
Dfile_enumerator_win.cc117 root_path_ = pending_paths_.top(); in Next()
122 BuildSearchFilter(folder_search_policy_, root_path_, pattern_); in Next()
159 const FilePath abs_path = root_path_.Append(filename); in Next()
Dfile_enumerator.h155 FilePath root_path_; variable