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

  /bootable/recovery/
install.h 30 int install_package(const char *root_path, int* wipe_cache,
adb_install.cpp 109 return install_package(ADB_SIDELOAD_FILENAME, wipe_cache, install_file);
install.cpp 306 install_package(const char* path, int* wipe_cache, const char* install_file) function
recovery.cpp 109 * 5. install_package() attempts to install the update
596 result = install_package(copy, wipe_cache, TEMPORARY_INSTALL_FILE);
855 status = install_package(update_package, &wipe_cache, TEMPORARY_INSTALL_FILE);

Completed in 819 milliseconds