Home
last modified time | relevance | path

Searched refs:GetPython3Command (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/net/test/
H A Dpython_utils.h22 [[nodiscard]] bool GetPython3Command(base::CommandLine* python_cmd);
H A Dpython_utils.cc43 bool GetPython3Command(base::CommandLine* python_cmd) { in GetPython3Command() function
H A Dpython_utils_unittest.cc37 EXPECT_TRUE(GetPython3Command(&cmd_line)); in TEST()
/aosp_15_r20/external/cronet/net/test/spawned_test_server/
H A Dlocal_test_server_win.cc58 if (!GetPython3Command(&python_command)) in LaunchPython()
H A Dlocal_test_server_posix.cc99 if (!GetPython3Command(&python_command)) in LaunchPython()