Searched refs:python_path_ (Results 1 – 4 of 4) sorted by relevance
77 if (!python_path_) { in GetPythonPath()78 python_path_ = std::make_unique<Value>( in GetPythonPath()82 return python_path_.get(); in GetPythonPath()
64 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
20 python_path_(other.python_path_), in BuildSettings()
43 std::unique_ptr<Value> python_path_; variable