Searched refs:CompletePostinstall (Results 1 – 2 of 2) sorted by relevance
64 return CompletePostinstall(ErrorCode::kPostinstallPowerwashError); in PerformAction()87 return CompletePostinstall(ErrorCode::kSuccess); in PerformPartitionPostinstall()98 return CompletePostinstall(ErrorCode::kSuccess); in PerformPartitionPostinstall()107 return CompletePostinstall(ErrorCode::kPostinstallRunnerError); in PerformPartitionPostinstall()133 return CompletePostinstall(ErrorCode::kPostinstallRunnerError); in PerformPartitionPostinstall()142 return CompletePostinstall(ErrorCode::kPostinstallRunnerError); in PerformPartitionPostinstall()321 return CompletePostinstall(error_code); in CompletePartitionPostinstall()331 void PostinstallRunnerAction::CompletePostinstall(ErrorCode error_code) { in CompletePostinstall() function in chromeos_update_engine::PostinstallRunnerAction
97 void CompletePostinstall(ErrorCode error_code);