HomeSort by relevance Sort by last modified time
    Searched refs:CompletePostinstall (Results 1 - 2 of 2) sorted by null

  /system/update_engine/payload_consumer/
postinstall_runner_action.cc 64 return CompletePostinstall(ErrorCode::kPostinstallPowerwashError);
87 return CompletePostinstall(ErrorCode::kSuccess);
92 return CompletePostinstall(ErrorCode::kSuccess);
103 return CompletePostinstall(ErrorCode::kSuccess);
112 return CompletePostinstall(ErrorCode::kPostinstallRunnerError);
138 return CompletePostinstall(ErrorCode::kPostinstallRunnerError);
147 return CompletePostinstall(ErrorCode::kPostinstallRunnerError);
326 return CompletePostinstall(error_code);
336 void PostinstallRunnerAction::CompletePostinstall(ErrorCode error_code) {
postinstall_runner_action.h 97 void CompletePostinstall(ErrorCode error_code);

Completed in 107 milliseconds