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,
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);
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;
254 really_install_package(const char *path, int* wipe_cache)
302 return try_update_binary(path, &zip, wipe_cache);
306 install_package(const char* path, int* wipe_cache, const char* install_file)
315 int result = really_install_package(path, wipe_cache);