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

  /system/core/fs_mgr/
fs_mgr_main.cpp 106 return fs_mgr_do_mount(fstab, n_name, (char *)n_blk_dev, 0);
fs_mgr.cpp 1026 int fs_mgr_do_mount(struct fstab *fstab, const char *n_name, char *n_blk_device, function
    [all...]
  /system/core/fs_mgr/include/
fs_mgr.h 71 int fs_mgr_do_mount(struct fstab *fstab, const char *n_name, char *n_blk_device,
  /system/vold/
MetadataCrypt.cpp 55 // fs_mgr_do_mount runs fsck. Use setexeccon to run trusted
61 auto mount_rc = fs_mgr_do_mount(fstab, const_cast<char*>(mount_point),
68 LOG(ERROR) << "fs_mgr_do_mount failed with rc " << mount_rc;
cryptfs.cpp     [all...]

Completed in 2418 milliseconds