Home
last modified time | relevance | path

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

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