Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dsetup.cc272 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 …]
Djson_project_writer.cc96 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()
Dscope_per_file_provider.cc80 FilePathToUTF8(scope_->settings()->build_settings()->python_path())); in GetPythonPath()
Dbuild_settings.h55 base::FilePath python_path() const { return python_path_; } in python_path() function
Dninja_action_target_writer.cc145 path_output_.WriteFile(out_, settings_->build_settings()->python_path()); in WriteRuleDefinition()
Dninja_create_bundle_target_writer.cc119 path_output_.WriteFile(out_, settings_->build_settings()->python_path()); in WriteCodeSigningRuleDefinition()
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/nghttp2/m4/
Dax_python_devel.m4155 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.py249 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/
Dwindows.bazelrc17 build --python_path=C:\\Python27\\python.exe
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
Dmsvs.py2890 python_path = cyg_path.replace('cygwin\\bin', 'python_26')
2891 new_paths.append(python_path)
/third_party/node/tools/gyp/pylib/gyp/generator/
Dmsvs.py3187 python_path = cyg_path.replace("cygwin\\bin", "python_26")
3188 new_paths.append(python_path)
/third_party/python/Lib/test/
Dtest_subprocess.py397 python_path = os.path.realpath(sys.executable)
398 return os.path.split(python_path)
/third_party/gn/docs/
Dreference.md78 * [python_path: [string] Absolute path of Python.](#var_python_path)
4309 ### <a name="var_python_path"></a>**python_path**: Absolute path of Python.