Lines Matching refs:base
14 #include "base/files/file_path.h"
49 const base::FilePath& root_path() const { return root_path_; }
50 const base::FilePath& dotfile_name() const { return dotfile_name_; }
52 void SetRootPath(const base::FilePath& r);
53 void set_dotfile_name(const base::FilePath& d) { dotfile_name_ = d; }
58 const base::FilePath& secondary_source_path() const {
64 base::FilePath python_path() const { return python_path_; }
65 void set_python_path(const base::FilePath& p) { python_path_ = p; }
114 base::FilePath GetFullPath(const SourceFile& file) const;
115 base::FilePath GetFullPath(const SourceDir& dir) const;
119 base::FilePath GetFullPath(const std::string& path, bool as_file) const;
124 base::FilePath GetFullPathSecondary(const SourceFile& file) const;
125 base::FilePath GetFullPathSecondary(const SourceDir& dir) const;
129 base::FilePath GetFullPathSecondary(const std::string& path,
157 base::FilePath dotfile_name_;
158 base::FilePath root_path_;
160 base::FilePath secondary_source_path_;
161 base::FilePath python_path_;