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

  /bootable/recovery/
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,
adb_install.h 22 int apply_from_adb(RecoveryUI* h, int* wipe_cache, const char* install_file);
install.cpp 50 try_update_binary(const char *path, ZipArchive *zip, int* wipe_cache) {
130 *wipe_cache = 0;
157 } else if (strcmp(command, "wipe_cache") == 0) {
158 *wipe_cache = 1;
278 really_install_package(const char *path, int* wipe_cache)
326 return try_update_binary(path, &zip, wipe_cache);
330 install_package(const char* path, int* wipe_cache, const char* install_file)
339 int result = really_install_package(path, wipe_cache);
recovery.cpp 54 { "wipe_cache", no_argument, NULL, 'c' },
86 * --wipe_cache - wipe cache (but not user data), then reboot
121 * 8a. m_i_f_u() writes BCB with "boot-recovery" and "--wipe_cache"
124 * 8c. m_i_f_u() writes BCB with "update-radio/hboot" and "--wipe_cache"
127 * 8e. bootloader writes BCB with "boot-recovery" (keeping "--wipe_cache")
505 int* wipe_cache, Device* device) {
594 result = update_directory(new_path, unmount_when_done, wipe_cache, device);
611 result = install_package(copy, wipe_cache, TEMPORARY_INSTALL_FILE);
696 int wipe_cache; local
706 case Device::WIPE_CACHE
833 int wipe_data = 0, wipe_cache = 0, show_text = 0; local
    [all...]
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);
default_device.cpp 76 case 3: return WIPE_CACHE;
device.h 69 APPLY_ADB_SIDELOAD, WIPE_DATA, WIPE_CACHE };
  /device/asus/grouper/recovery/
recovery_ui.cpp 95 case 3: return WIPE_CACHE;
  /device/asus/tilapia/recovery/
recovery_ui.cpp 95 case 3: return WIPE_CACHE;
  /device/samsung/manta/recovery/
recovery_ui.cpp 95 case 3: return WIPE_CACHE;
  /device/samsung/tuna/recovery/
recovery_ui.cpp 97 case 4: return WIPE_CACHE;
  /device/ti/panda/recovery/
recovery_ui.cpp 99 case 3: return WIPE_CACHE;
  /frameworks/base/core/java/android/os/
RecoverySystem.java 371 bootCommand(context, "--wipe_cache\n--locale=" + Locale.getDefault().toString());
  /bootable/recovery/updater/
install.c 978 fprintf(((UpdaterInfo*)(state->cookie))->cmd_pipe, "wipe_cache\n");
    [all...]

Completed in 101 milliseconds