Home
last modified time | relevance | path

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

/bootable/recovery/mtdutils/
Dmounts.c27 const char *device; member
116 char device[64]; in scan_mounted_volumes() local
164 find_mounted_volume_by_device(const char *device) in find_mounted_volume_by_device()
/bootable/recovery/
Drecovery.cpp521 int menu_only, int initial_selection, Device* device) { in get_menu_selection()
577 browse_directory(const char* path, Device* device) { in browse_directory()
684 wipe_data(int confirm, Device* device) { in wipe_data()
775 static void choose_recovery_file(Device* device) { in choose_recovery_file()
827 prompt_and_wait(Device* device, int status) { in prompt_and_wait()
1046 Device* device = make_device(); in main() local