Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dscope_per_file_provider.cc77 if (!python_path_) { in GetPythonPath()
78 python_path_ = std::make_unique<Value>( in GetPythonPath()
82 return python_path_.get(); in GetPythonPath()
Dbuild_settings.h64 base::FilePath python_path() const { return python_path_; } in python_path()
65 void set_python_path(const base::FilePath& p) { python_path_ = p; } in set_python_path()
161 base::FilePath python_path_; variable
Dbuild_settings.cc20 python_path_(other.python_path_), in BuildSettings()
Dscope_per_file_provider.h43 std::unique_ptr<Value> python_path_; variable