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, bool* 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, bool* wipe_cache, const char* install_file,
adb_install.cpp 74 apply_from_adb(RecoveryUI* ui_, bool* wipe_cache, const char* install_file) {
116 result = install_package(FUSE_SIDELOAD_HOST_PATHNAME, wipe_cache, install_file, false, 0);
install.cpp 300 try_update_binary(const char* path, ZipArchive* zip, bool* wipe_cache,
348 // wipe_cache
383 *wipe_cache = false;
412 } else if (strcmp(command, "wipe_cache") == 0) {
413 *wipe_cache = true;
447 really_install_package(const char *path, bool* wipe_cache, bool needs_mount,
498 int result = try_update_binary(path, &zip, wipe_cache, log_buffer, retry_count);
508 install_package(const char* path, bool* wipe_cache, const char* install_file,
527 result = really_install_package(path, wipe_cache, needs_mount, log_buffer, retry_count);
recovery.cpp 77 { "wipe_cache", no_argument, NULL, 'c' },
141 * --wipe_cache - wipe cache (but not user data), then reboot
176 * 8a. m_i_f_u() writes BCB with "boot-recovery" and "--wipe_cache"
179 * 8c. m_i_f_u() writes BCB with "update-radio/hboot" and "--wipe_cache"
182 * 8e. bootloader writes BCB with "boot-recovery" (keeping "--wipe_cache")
865 static bool wipe_cache(bool should_confirm, Device* device) { function
    [all...]

Completed in 208 milliseconds