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

  /system/core/fs_mgr/include/
fs_mgr.h 120 int fs_mgr_is_latemount(struct fstab_rec *fstab);
  /system/core/fs_mgr/
fs_mgr.c 508 ((mount_mode == MOUNT_MODE_LATE) && !fs_mgr_is_latemount(&fstab->recs[i])) ||
509 ((mount_mode == MOUNT_MODE_EARLY) && fs_mgr_is_latemount(&fstab->recs[i]))) {
fs_mgr_fstab.c 550 int fs_mgr_is_latemount(struct fstab_rec *fstab) function

Completed in 67 milliseconds