Home
last modified time | relevance | path

Searched refs:FillPythonPath (Results 1 – 2 of 2) sorted by relevance

/third_party/gn/src/gn/
Dsetup.h162 bool FillPythonPath(const base::CommandLine& cmdline, Err* err);
Dsetup.cc465 if (!FillPythonPath(cmdline, err)) in DoSetupWithErr()
816 bool Setup::FillPythonPath(const base::CommandLine& cmdline, Err* err) { in FillPythonPath() function in Setup