Home | History | Annotate | Download | only in recovery

Lines Matching refs:ensure_path_mounted

189   if (ensure_path_mounted(path) != 0) {
359 if (ensure_path_mounted(COMMAND_FILE) == 0 &&
468 ensure_path_mounted(LAST_LOG_FILE);
469 ensure_path_mounted(LAST_KMSG_FILE);
494 if (ensure_path_mounted(LOCALE_FILE) != 0) {
511 if (ensure_path_mounted(COMMAND_FILE) != 0 || (unlink(COMMAND_FILE) && errno != ENOENT)) {
541 ensure_path_mounted(volume);
601 if (ensure_path_mounted(CACHE_LOG_DIR) == 0 &&
676 ensure_path_mounted(path.c_str());
956 if (ensure_path_mounted(log_file.c_str()) == 0 && access(log_file.c_str(), R_OK) == 0) {
1044 if (ensure_path_mounted(SDCARD_ROOT) != 0) {
1217 if (ensure_path_mounted("/system") != -1) {
1231 if (ensure_path_mounted(LOCALE_FILE) != 0) {