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, bool* wipe_cache, const char* install_file);
Dadb_install.cpp74 apply_from_adb(RecoveryUI* ui_, bool* wipe_cache, const char* install_file) { in apply_from_adb() function
Drecovery.cpp1078 status = apply_from_adb(ui, &should_wipe_cache, TEMPORARY_INSTALL_FILE); in prompt_and_wait()
1524 status = apply_from_adb(ui, &should_wipe_cache, TEMPORARY_INSTALL_FILE); in main()