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 230 install_package(const char* path, int* wipe_cache, const char* install_file) function
recovery.cpp 114 * 5. install_package() attempts to install the update
628 result = install_package(copy, wipe_cache, TEMPORARY_INSTALL_FILE);
944 status = install_package(update_package, &wipe_cache, TEMPORARY_INSTALL_FILE);
    [all...]

Completed in 79 milliseconds