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.cc62 return CompletePostinstall(ErrorCode::kPostinstallPowerwashError); in PerformAction()
85 return CompletePostinstall(ErrorCode::kSuccess); in PerformPartitionPostinstall()
96 return CompletePostinstall(ErrorCode::kSuccess); in PerformPartitionPostinstall()
105 return CompletePostinstall(ErrorCode::kPostinstallRunnerError); in PerformPartitionPostinstall()
123 return CompletePostinstall(ErrorCode::kPostinstallRunnerError); in PerformPartitionPostinstall()
132 return CompletePostinstall(ErrorCode::kPostinstallRunnerError); in PerformPartitionPostinstall()
310 return CompletePostinstall(error_code); in CompletePartitionPostinstall()
320 void PostinstallRunnerAction::CompletePostinstall(ErrorCode error_code) { in CompletePostinstall() function in chromeos_update_engine::PostinstallRunnerAction
Dpostinstall_runner_action.h97 void CompletePostinstall(ErrorCode error_code);