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

  /system/core/fs_mgr/
fs_mgr_main.cpp 104 return fs_mgr_mount_all(fstab, MOUNT_MODE_DEFAULT);
fs_mgr.cpp 782 int fs_mgr_mount_all(struct fstab *fstab, int mount_mode) function
    [all...]
  /system/core/fs_mgr/include/
fs_mgr.h 105 int fs_mgr_mount_all(struct fstab *fstab, int mount_mode);
  /system/core/init/
builtins.cpp 403 * Call fs_mgr_mount_all() to mount the given fstab
409 * Call fs_mgr_mount_all() to mount all filesystems. We fork(2) and
430 /* child, call fs_mgr_mount_all() */
432 // So we can always see what fs_mgr_mount_all() does.
437 int child_ret = fs_mgr_mount_all(fstab, mount_mode);
440 PLOG(ERROR) << "fs_mgr_mount_all returned an error";
452 * code: return code of fs_mgr_mount_all
475 PLOG(ERROR) << "fs_mgr_mount_all suggested recovery, so wiping data via recovery.";
476 const std::vector<std::string> options = {"--wipe_data", "--reason=fs_mgr_mount_all" };
490 PLOG(ERROR) << "fs_mgr_mount_all returned unexpected error " << code
    [all...]
  /system/vold/
CommandListener.cpp 306 fs_mgr_mount_all(fstab, MOUNT_MODE_DEFAULT);

Completed in 1288 milliseconds