Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dpostinstall_runner_action_unittest.cc229 action.ProcessProgressLine("global_progress 0.5"); in TEST_F()
233 action.ProcessProgressLine("foo_bar"); in TEST_F()
234 action.ProcessProgressLine("global_progress"); in TEST_F()
235 action.ProcessProgressLine("global_progress "); in TEST_F()
Dpostinstall_runner_action.h79 bool ProcessProgressLine(const std::string& line);
Dpostinstall_runner_action.cc225 ProcessProgressLine(line); in OnProgressFdReady()
238 bool PostinstallRunnerAction::ProcessProgressLine(const string& line) { in ProcessProgressLine() function in chromeos_update_engine::PostinstallRunnerAction