Home
last modified time | relevance | path

Searched refs:apply_from_adb (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/
Dadb_install.h22 int apply_from_adb(RecoveryUI* h, int* wipe_cache, const char* install_file);
Dadb_install.cpp78 apply_from_adb(RecoveryUI* ui_, int* wipe_cache, const char* install_file) { in apply_from_adb() function
Drecovery.cpp923 status = apply_from_adb(ui, &wipe_cache, TEMPORARY_INSTALL_FILE); in prompt_and_wait()