Searched refs:CompletePostinstall (Results 1 – 2 of 2) sorted by relevance
62 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
97 void CompletePostinstall(ErrorCode error_code);