HomeSort by relevance Sort by last modified time
    Searched refs:ensure_path_mounted (Results 1 - 5 of 5) sorted by null

  /bootable/recovery/
roots.h 34 int ensure_path_mounted(const char* path);
install.cpp 199 ensure_path_mounted(path+1);
201 ensure_path_mounted(path);
recovery.cpp 159 if (ensure_path_mounted(path) != 0) {
400 if (ensure_path_mounted(COMMAND_FILE) != 0 ||
430 ensure_path_mounted(volume);
578 ensure_path_mounted(path);
791 if ((ensure_path_mounted(LAST_KMSG_FILE) == 0) && (access(LAST_KMSG_FILE, R_OK) == 0)) {
802 if ((ensure_path_mounted(filename) != 0) || (access(filename, R_OK) == -1)) {
875 ensure_path_mounted(SDCARD_ROOT);
    [all...]
roots.cpp 77 int ensure_path_mounted(const char* path) { function
314 if (ensure_path_mounted(v->mount_point) != 0) {
ui.cpp 168 ensure_path_mounted("/system");

Completed in 53 milliseconds