Home
last modified time | relevance | path

Searched refs:set_command_line_for_testing (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libbrillo/brillo/
H A Dflag_helper_test.cc49 brillo::FlagHelper::GetInstance()->set_command_line_for_testing( in TEST_F()
117 brillo::FlagHelper::GetInstance()->set_command_line_for_testing( in TEST_F()
183 brillo::FlagHelper::GetInstance()->set_command_line_for_testing( in TEST_F()
214 brillo::FlagHelper::GetInstance()->set_command_line_for_testing( in TEST_F()
228 brillo::FlagHelper::GetInstance()->set_command_line_for_testing( in TEST_F()
249 brillo::FlagHelper::GetInstance()->set_command_line_for_testing( in TEST_F()
277 brillo::FlagHelper::GetInstance()->set_command_line_for_testing( in TEST_F()
298 brillo::FlagHelper::GetInstance()->set_command_line_for_testing( in TEST_F()
320 brillo::FlagHelper::GetInstance()->set_command_line_for_testing( in TEST_F()
343 brillo::FlagHelper::GetInstance()->set_command_line_for_testing( in TEST_F()
[all …]
H A Dflag_helper.h251 void set_command_line_for_testing(base::CommandLine* command_line) { in set_command_line_for_testing() function