Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dpostinstall_runner_action.cc71 return CompletePostinstall(ErrorCode::kPostinstallPowerwashError); in PerformAction()
101 return CompletePostinstall(ErrorCode::kSuccess); in PerformPartitionPostinstall()
112 return CompletePostinstall(ErrorCode::kSuccess); in PerformPartitionPostinstall()
120 return CompletePostinstall(ErrorCode::kPostinstallRunnerError); in PerformPartitionPostinstall()
146 return CompletePostinstall(ErrorCode::kPostinstallRunnerError); in PerformPartitionPostinstall()
155 return CompletePostinstall(ErrorCode::kPostinstallRunnerError); in PerformPartitionPostinstall()
329 return CompletePostinstall(error_code); in CompletePartitionPostinstall()
339 void PostinstallRunnerAction::CompletePostinstall(ErrorCode error_code) { in CompletePostinstall() function in chromeos_update_engine::PostinstallRunnerAction
Dpostinstall_runner_action.h98 void CompletePostinstall(ErrorCode error_code);