Home
last modified time | relevance | path

Searched refs:script_executable (Results 1 – 7 of 7) sorted by relevance

/third_party/gn/src/gn/
Dsetup.cc838 base::FilePath ProcessFileExtensions(base::FilePath script_executable) { in ProcessFileExtensions() argument
842 auto extension = script_executable.FinalExtension(); in ProcessFileExtensions()
843 if (script_executable.IsAbsolute()) { in ProcessFileExtensions()
846 script_executable = PythonBatToExe(script_executable); in ProcessFileExtensions()
851 script_executable = in ProcessFileExtensions()
852 FindWindowsPython(script_executable.ReplaceExtension(u".exe"), in ProcessFileExtensions()
853 script_executable.ReplaceExtension(u".bat")); in ProcessFileExtensions()
856 script_executable = in ProcessFileExtensions()
857 FindWindowsPython(base::FilePath(), script_executable); in ProcessFileExtensions()
860 script_executable = in ProcessFileExtensions()
[all …]
Dsetup_unittest.cc55 script_executable = "" in TEST_F()
86 script_executable = "this_does_not_exist" in TEST_F()
/third_party/vulkan-loader/scripts/gn/
Dupdate_deps.sh27 script_executable = "python3"
/third_party/gn/examples/ios/
D.gn6 script_executable = "python3"
/third_party/node/deps/v8/
D.gn12 script_executable = "python3"
/third_party/skia/third_party/externals/angle2/
D.gn18 script_executable = "python3"
/third_party/gn/docs/
Dreference.md2556 "python.bat" on Windows). This can be configured by the script_executable
7237 script_executable [optional]