Searched refs:python_path (Results 1 – 14 of 14) sorted by relevance
/third_party/gn/src/gn/ |
D | setup.cc | 272 std::string python_path; in PythonBatToExe() local 277 if (internal::ExecProcess(command, cwd, &python_path, &std_err, &exit_code) && in PythonBatToExe() 279 base::TrimWhitespaceASCII(python_path, base::TRIM_ALL, &python_path); in PythonBatToExe() 282 base::FilePath exe_path(SysMultiByteTo16(python_path)); in PythonBatToExe() 788 base::FilePath python_path; in FillPythonPath() local 790 python_path = in FillPythonPath() 792 if (python_path.empty()) { in FillPythonPath() 798 build_settings_.set_python_path(python_path); in FillPythonPath() 801 base::FilePath python_path = in FillPythonPath() local 803 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 | 55 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/nghttp2/m4/ |
D | ax_python_devel.m4 | 155 python_path=`$PYTHON -c "import distutils.sysconfig; \ 159 if test -n "${python_path}"; then 160 if test "${plat_python_path}" != "${python_path}"; then 161 python_path="-I$python_path -I$plat_python_path" 163 python_path="-I$python_path" 166 PYTHON_CPPFLAGS=$python_path
|
/third_party/mindspore/mindspore/run_check/ |
D | _check_version.py | 249 self.python_path = os.getenv("PYTHONPATH") 360 if self.python_path is None or self.python_path_check not in self.python_path:
|
/third_party/grpc/tools/remote_build/ |
D | windows.bazelrc | 17 build --python_path=C:\\Python27\\python.exe
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
D | msvs.py | 2890 python_path = cyg_path.replace('cygwin\\bin', 'python_26') 2891 new_paths.append(python_path)
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
D | msvs.py | 3187 python_path = cyg_path.replace("cygwin\\bin", "python_26") 3188 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) 4309 ### <a name="var_python_path"></a>**python_path**: Absolute path of Python.
|