Home
last modified time | relevance | path

Searched refs:python_command (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/test/spawned_test_server/
H A Dlocal_test_server_posix.cc98 base::CommandLine python_command(base::CommandLine::NO_PROGRAM); in LaunchPython() local
99 if (!GetPython3Command(&python_command)) in LaunchPython()
102 python_command.AppendArgPath(testserver_path); in LaunchPython()
103 if (!AddCommandLineArguments(&python_command)) in LaunchPython()
116 python_command.AppendArg("--startup-pipe=" + base::NumberToString(pipefd[1])); in LaunchPython()
142 LOG(ERROR) << "Running: " << python_command.GetCommandLineString(); in LaunchPython()
143 process_ = base::LaunchProcess(python_command, options); in LaunchPython()
145 LOG(ERROR) << "Failed to launch " << python_command.GetCommandLineString(); in LaunchPython()
H A Dlocal_test_server_win.cc57 base::CommandLine python_command(base::CommandLine::NO_PROGRAM); in LaunchPython() local
58 if (!GetPython3Command(&python_command)) in LaunchPython()
61 python_command.AppendArgPath(testserver_path); in LaunchPython()
62 if (!AddCommandLineArguments(&python_command)) in LaunchPython()
92 python_command.AppendArg( in LaunchPython()
108 process_ = base::LaunchProcess(python_command, launch_options); in LaunchPython()
110 LOG(ERROR) << "Failed to launch " << python_command.GetCommandLineString(); in LaunchPython()
/aosp_15_r20/external/ruy/cmake/
H A Dbazel_to_cmake.sh23 python_command=python
25 python_command=python3
34 …"${python_command}" "${this_script_dir}/bazel_to_cmake.py" "${root_dir}" "${package_dir}" > "${pac…