Searched refs:python_path (Results 1 – 11 of 11) sorted by relevance
| /third_party/gn/src/gn/ |
| D | invoke_python.cc | 23 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()
|
| D | setup.cc | 323 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 …]
|
| D | scope_per_file_provider.cc | 80 FilePathToUTF8(scope_->settings()->build_settings()->python_path())); in GetPythonPath()
|
| D | build_settings.h | 64 base::FilePath python_path() const { return python_path_; } in python_path() function
|
| D | ninja_action_target_writer.cc | 177 command_output.WriteFile(out_, settings_->build_settings()->python_path()); in WriteRuleDefinition()
|
| D | ninja_create_bundle_target_writer.cc | 121 path_output_.WriteFile(out_, settings_->build_settings()->python_path()); in WritePostProcessingRuleDefinition()
|
| D | variables.cc | 283 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/ |
| D | msvs.py | 3196 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/ |
| D | msvs.py | 3200 python_path = cyg_path.replace("cygwin\\bin", "python_26") 3201 new_paths.append(python_path)
|
| /third_party/python/Lib/test/ |
| D | test_subprocess.py | 415 python_path = os.path.realpath(sys.executable) 416 return os.path.split(python_path)
|
| /third_party/gn/docs/ |
| D | reference.md | 82 * [python_path: [string] Absolute path of Python.](#var_python_path) 4606 ### <a name="var_python_path"></a>**python_path**: Absolute path of Python.
|