Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/base/test/
H A Dtest_suite.cc86 : old_command_line_(CommandLine::NO_PROGRAM) { in TestClientInitializer()
90 old_command_line_ = *CommandLine::ForCurrentProcess(); in OnTestStart()
94 *CommandLine::ForCurrentProcess() = old_command_line_; in OnTestEnd()
98 CommandLine old_command_line_; member in base::__anon9009c8a10111::TestClientInitializer
/aosp_15_r20/external/cronet/base/test/
H A Dtest_suite.cc126 ResetCommandLineBetweenTests() : old_command_line_(CommandLine::NO_PROGRAM) { in ResetCommandLineBetweenTests()
140 old_command_line_ = *CommandLine::ForCurrentProcess(); in OnTestStart()
144 *CommandLine::ForCurrentProcess() = old_command_line_; in OnTestEnd()
148 CommandLine old_command_line_; member in base::__anon144980170111::ResetCommandLineBetweenTests