Home
last modified time | relevance | path

Searched refs:kScriptExecutable (Results 1 – 3 of 3) sorted by relevance

/third_party/gn/src/gn/
Dswitches.h57 extern const char kScriptExecutable[];
Dsetup.cc778 if (cmdline.HasSwitch(switches::kScriptExecutable)) { in FillPythonPath()
780 cmdline.GetSwitchValuePath(switches::kScriptExecutable); in FillPythonPath()
Dswitches.cc112 const char kScriptExecutable[] = "script-executable"; variable