Searched refs:INSTALL_SUCCESS (Results 1 – 3 of 3) sorted by relevance
26 enum { INSTALL_SUCCESS, INSTALL_ERROR, INSTALL_CORRUPT, INSTALL_NONE }; enumerator
694 case INSTALL_SUCCESS: in prompt_and_wait()736 if (status == INSTALL_SUCCESS && wipe_cache) { in prompt_and_wait()745 if (status != INSTALL_SUCCESS) { in prompt_and_wait()759 if (status == INSTALL_SUCCESS && wipe_cache) { in prompt_and_wait()768 if (status != INSTALL_SUCCESS) { in prompt_and_wait()783 if (status != INSTALL_SUCCESS) { in prompt_and_wait()941 int status = INSTALL_SUCCESS; in main()945 if (status == INSTALL_SUCCESS && wipe_cache) { in main()950 if (status != INSTALL_SUCCESS) { in main()966 if (status != INSTALL_SUCCESS) ui->Print("Data wipe failed.\n"); in main()[all …]
174 return INSTALL_SUCCESS; in try_update_binary()241 fputc(result == INSTALL_SUCCESS ? '1' : '0', install_log); in install_package()