Searched refs:python_path (Results 1 – 11 of 11) sorted by relevance
| /third_party/gn/src/gn/ |
| D | setup.cc | 287 std::string python_path; in PythonBatToExe() local 292 if (internal::ExecProcess(command, cwd, &python_path, &std_err, &exit_code) && in PythonBatToExe() 294 base::TrimWhitespaceASCII(python_path, base::TRIM_ALL, &python_path); in PythonBatToExe() 297 base::FilePath exe_path(SysMultiByteTo16(python_path)); in PythonBatToExe() 830 base::FilePath python_path; in FillPythonPath() local 832 python_path = in FillPythonPath() 834 if (python_path.empty()) { in FillPythonPath() 840 build_settings_.set_python_path(python_path); in FillPythonPath() 843 base::FilePath python_path = in FillPythonPath() local 845 if (!python_path.IsAbsolute()) { in FillPythonPath() [all …]
|
| D | json_project_writer.cc | 96 const base::FilePath& python_path = build_settings->python_path(); in InvokePython() local 97 base::CommandLine cmdline(python_path); in InvokePython() 115 "I was trying to execute \"" + FilePathToUTF8(python_path) + "\"."); in InvokePython()
|
| D | scope_per_file_provider.cc | 80 FilePathToUTF8(scope_->settings()->build_settings()->python_path())); in GetPythonPath()
|
| D | build_settings.h | 57 base::FilePath python_path() const { return python_path_; } in python_path() function
|
| D | ninja_action_target_writer.cc | 145 path_output_.WriteFile(out_, settings_->build_settings()->python_path()); in WriteRuleDefinition()
|
| D | ninja_create_bundle_target_writer.cc | 119 path_output_.WriteFile(out_, settings_->build_settings()->python_path()); in WriteCodeSigningRuleDefinition()
|
| 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 | 3196 python_path = cyg_path.replace("cygwin\\bin", "python_26") 3197 new_paths.append(python_path)
|
| /third_party/python/Lib/test/ |
| D | test_subprocess.py | 397 python_path = os.path.realpath(sys.executable) 398 return os.path.split(python_path)
|
| /third_party/gn/docs/ |
| D | reference.md | 78 * [python_path: [string] Absolute path of Python.](#var_python_path) 4311 ### <a name="var_python_path"></a>**python_path**: Absolute path of Python.
|