Home | History | Annotate | Download | only in recovery

Lines Matching refs:WIPE_CACHE

81   { "wipe_cache", no_argument, NULL, 'c' },
152 * --wipe_cache - wipe cache (but not user data), then reboot
799 static bool wipe_cache(bool should_confirm, Device* device) {
1041 static int apply_from_sdcard(Device* device, bool* wipe_cache) {
1094 result = install_package(FUSE_SIDELOAD_HOST_PATHNAME, wipe_cache,
1162 case Device::WIPE_CACHE:
1163 wipe_cache(ui->IsTextVisible(), device);
1178 if (!wipe_cache(false, device)) {
1591 wipe_cache(false, device);
1633 if (!wipe_cache(false, device)) {
1652 if (!wipe_cache(false, device)) {