Home
last modified time | relevance | path

Searched defs:python_path (Results 1 – 3 of 3) sorted by relevance

/third_party/gn/src/gn/
Dinvoke_python.cc23 const base::FilePath& python_path = build_settings->python_path(); in InvokePython() local
Dsetup.cc324 std::string python_path; in PythonBatToExe() local
892 base::FilePath python_path; in FillPythonPath() local
905 base::FilePath python_path = in FillPythonPath() local
Dbuild_settings.h64 base::FilePath python_path() const { return python_path_; } in python_path() function