Home
last modified time | relevance | path

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

/external/chromium_org/tools/gn/
Dbuild_settings.h48 base::FilePath python_path() const { return python_path_; } in python_path()
49 void set_python_path(const base::FilePath& p) { python_path_ = p; } in set_python_path()
98 base::FilePath python_path_; variable
Dscope_per_file_provider.cc65 if (!python_path_) { in GetPythonPath()
66 python_path_.reset(new Value(NULL, in GetPythonPath()
69 return python_path_.get(); in GetPythonPath()
Dbuild_settings.cc17 python_path_(other.python_path_), in BuildSettings()
Dscope_per_file_provider.h42 scoped_ptr<Value> python_path_; variable