Home
last modified time | relevance | path

Searched refs:python_path (Results 1 – 11 of 11) sorted by relevance

/third_party/gn/src/gn/
Dinvoke_python.cc23 const base::FilePath& python_path = build_settings->python_path(); in InvokePython() local
24 base::CommandLine cmdline(python_path); in InvokePython()
42 "I was trying to execute \"" + FilePathToUTF8(python_path) + "\"."); in InvokePython()
Dsetup.cc323 std::string python_path; in PythonBatToExe() local
328 if (internal::ExecProcess(command, cwd, &python_path, &std_err, &exit_code) && in PythonBatToExe()
330 base::TrimWhitespaceASCII(python_path, base::TRIM_ALL, &python_path); in PythonBatToExe()
333 base::FilePath exe_path(SysMultiByteTo16(python_path)); in PythonBatToExe()
883 base::FilePath python_path; in FillPythonPath() local
885 python_path = in FillPythonPath()
887 if (python_path.empty()) { in FillPythonPath()
893 build_settings_.set_python_path(python_path); in FillPythonPath()
896 base::FilePath python_path = in FillPythonPath() local
898 if (!python_path.IsAbsolute()) { in FillPythonPath()
[all …]
Dscope_per_file_provider.cc80 FilePathToUTF8(scope_->settings()->build_settings()->python_path())); in GetPythonPath()
Dbuild_settings.h64 base::FilePath python_path() const { return python_path_; } in python_path() function
Dninja_action_target_writer.cc177 command_output.WriteFile(out_, settings_->build_settings()->python_path()); in WriteRuleDefinition()
Dninja_create_bundle_target_writer.cc121 path_output_.WriteFile(out_, settings_->build_settings()->python_path()); in WritePostProcessingRuleDefinition()
Dvariables.cc283 const char kPythonPath[] = "python_path";
285 "python_path: [string] Absolute path of Python.";
287 R"(python_path: Absolute path of Python.
/third_party/node/tools/gyp/pylib/gyp/generator/
Dmsvs.py3196 python_path = cyg_path.replace("cygwin\\bin", "python_26")
3197 new_paths.append(python_path)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
Dmsvs.py3200 python_path = cyg_path.replace("cygwin\\bin", "python_26")
3201 new_paths.append(python_path)
/third_party/python/Lib/test/
Dtest_subprocess.py415 python_path = os.path.realpath(sys.executable)
416 return os.path.split(python_path)
/third_party/gn/docs/
Dreference.md82 * [python_path: [string] Absolute path of Python.](#var_python_path)
4606 ### <a name="var_python_path"></a>**python_path**: Absolute path of Python.