Home
last modified time | relevance | path

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

/bootable/recovery/
Drecovery.cpp78 static const char *SDCARD_ROOT = "/sdcard"; variable
753 if (ensure_path_mounted(SDCARD_ROOT) != 0) { in apply_from_sdcard()
754 ui->Print("\n-- Couldn't mount %s.\n", SDCARD_ROOT); in apply_from_sdcard()
758 char* path = browse_directory(SDCARD_ROOT, device); in apply_from_sdcard()
772 ensure_path_unmounted(SDCARD_ROOT); in apply_from_sdcard()