Searched refs:INSTALL_SUCCESS (Results 1 – 3 of 3) sorted by relevance
23 enum { INSTALL_SUCCESS, INSTALL_ERROR, INSTALL_CORRUPT, INSTALL_NONE, INSTALL_SKIPPED, enumerator
1109 case INSTALL_SUCCESS: in prompt_and_wait()1164 if (status == INSTALL_SUCCESS && should_wipe_cache) { in prompt_and_wait()1170 if (status != INSTALL_SUCCESS) { in prompt_and_wait()1503 int status = INSTALL_SUCCESS; in main()1525 if (status == INSTALL_SUCCESS && should_wipe_cache) { in main()1528 if (status != INSTALL_SUCCESS) { in main()1585 if (status == INSTALL_SUCCESS && should_wipe_cache) { in main()
481 return INSTALL_SUCCESS; in try_update_binary()664 result == INSTALL_SUCCESS ? "1" : "0", in install_package()