Home
last modified time | relevance | path

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

/aosp12/system/update_engine/payload_consumer/
H A Dpostinstall_runner_action.cc84 return CompletePostinstall(ErrorCode::kPostInstallMountError); in PerformAction()
97 return CompletePostinstall(ErrorCode::kPostinstallPowerwashError); in PerformAction()
127 return CompletePostinstall(ErrorCode::kSuccess); in PerformPartitionPostinstall()
138 return CompletePostinstall(ErrorCode::kSuccess); in PerformPartitionPostinstall()
146 return CompletePostinstall(ErrorCode::kPostinstallRunnerError); in PerformPartitionPostinstall()
156 return CompletePostinstall(ErrorCode::kPostinstallRunnerError); in PerformPartitionPostinstall()
170 return CompletePostinstall(ErrorCode::kPostinstallRunnerError); in PerformPartitionPostinstall()
179 return CompletePostinstall(ErrorCode::kPostinstallRunnerError); in PerformPartitionPostinstall()
356 return CompletePostinstall(error_code); in Cleanup()
366 void PostinstallRunnerAction::CompletePostinstall(ErrorCode error_code) { in Cleanup() function in chromeos_update_engine::PostinstallRunnerAction
H A Dpostinstall_runner_action.h101 void CompletePostinstall(ErrorCode error_code);