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 799 int fs_mgr_mount_all(struct fstab *fstab, int mount_mode) function
    [all...]
  /system/core/fs_mgr/include/
fs_mgr.h 65 int fs_mgr_mount_all(struct fstab *fstab, int mount_mode);
  /system/core/init/
builtins.cpp 419 * Call fs_mgr_mount_all() to mount the given fstab
425 * Call fs_mgr_mount_all() to mount all filesystems. We fork(2) and
446 /* child, call fs_mgr_mount_all() */
448 // So we can always see what fs_mgr_mount_all() does.
453 int child_ret = fs_mgr_mount_all(fstab, mount_mode);
456 PLOG(ERROR) << "fs_mgr_mount_all returned an error";
468 * code: return code of fs_mgr_mount_all
491 PLOG(ERROR) << "fs_mgr_mount_all suggested recovery, so wiping data via recovery.";
492 const std::vector<std::string> options = {"--wipe_data", "--reason=fs_mgr_mount_all" };
524 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 3013 milliseconds