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

  /bootable/recovery/
adb_install.h 22 int apply_from_adb(RecoveryUI* h, int* wipe_cache, const char* install_file);
install.h 28 // returned and *wipe_cache is true on exit, caller should wipe the
30 int install_package(const char *root_path, int* wipe_cache,
install.cpp 50 try_update_binary(const char *path, ZipArchive *zip, int* wipe_cache) {
130 *wipe_cache = 0;
158 } else if (strcmp(command, "wipe_cache") == 0) {
159 *wipe_cache = 1;
179 really_install_package(const char *path, int* wipe_cache)
226 return try_update_binary(path, &zip, wipe_cache);
230 install_package(const char* path, int* wipe_cache, const char* install_file)
244 result = really_install_package(path, wipe_cache);
adb_install.cpp 73 apply_from_adb(RecoveryUI* ui_, int* wipe_cache, const char* install_file) {
109 return install_package(ADB_SIDELOAD_FILENAME, wipe_cache, install_file);
recovery.cpp 55 { "wipe_cache", no_argument, NULL, 'c' },
90 * --wipe_cache - wipe cache (but not user data), then reboot
125 * 8a. m_i_f_u() writes BCB with "boot-recovery" and "--wipe_cache"
128 * 8c. m_i_f_u() writes BCB with "update-radio/hboot" and "--wipe_cache"
131 * 8e. bootloader writes BCB with "boot-recovery" (keeping "--wipe_cache")
605 int* wipe_cache, Device* device) {
694 result = update_directory(new_path, unmount_when_done, wipe_cache, device);
711 result = install_package(copy, wipe_cache, TEMPORARY_INSTALL_FILE);
796 int wipe_cache; local
806 case Device::WIPE_CACHE
948 int wipe_data = 0, wipe_cache = 0, show_text = 0; local
    [all...]

Completed in 89 milliseconds