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

  /bootable/recovery/
roots.h 34 int ensure_path_mounted(const char* path);
recovery.cpp 156 if (ensure_path_mounted(path) != 0) {
325 ensure_path_mounted(LAST_LOG_FILE);
326 ensure_path_mounted(LAST_KMSG_FILE);
404 if (ensure_path_mounted(COMMAND_FILE) != 0 ||
434 ensure_path_mounted(volume);
560 ensure_path_mounted(path);
713 if ((ensure_path_mounted(log_file) != 0) || (access(log_file, R_OK) == -1)) {
724 if ((ensure_path_mounted(kmsg_file) != 0) || (access(kmsg_file, R_OK) == -1)) {
753 if (ensure_path_mounted(SDCARD_ROOT) != 0) {
856 if (ensure_path_mounted("/system") != -1)
    [all...]
install.cpp 212 ensure_path_mounted(path+1);
214 ensure_path_mounted(path);
roots.cpp 75 int ensure_path_mounted(const char* path) { function
278 if (ensure_path_mounted(v->mount_point) != 0) {

Completed in 4455 milliseconds