Home
last modified time | relevance | path

Searched defs:device (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/
Drecovery.cpp506 int menu_only, int initial_selection, Device* device) { in get_menu_selection()
559 static char* browse_directory(const char* path, Device* device) { in browse_directory()
658 static bool yes_no(Device* device, const char* question1, const char* question2) { in yes_no()
667 static bool wipe_data(int should_confirm, Device* device) { in wipe_data()
685 static bool wipe_cache(bool should_confirm, Device* device) { in wipe_cache()
698 static void choose_recovery_file(Device* device) { in choose_recovery_file()
750 static int apply_from_sdcard(Device* device, bool* wipe_cache) { in apply_from_sdcard()
780 prompt_and_wait(Device* device, int status) { in prompt_and_wait()
974 Device* device = make_device(); in main() local
/bootable/recovery/mtdutils/
Dmounts.c28 const char *device; member
103 find_mounted_volume_by_device(const char *device) in find_mounted_volume_by_device()