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_fstab/fstab/
fstab.h 86 int fs_mgr_is_latemount(const struct fstab_rec* fstab);
  /system/core/fs_mgr/
fs_mgr.cpp 819 ((mount_mode == MOUNT_MODE_LATE) && !fs_mgr_is_latemount(&fstab->recs[i])) ||
820 ((mount_mode == MOUNT_MODE_EARLY) && fs_mgr_is_latemount(&fstab->recs[i]))) {
    [all...]
fs_mgr_fstab.cpp 989 int fs_mgr_is_latemount(const struct fstab_rec* fstab) { function
    [all...]

Completed in 53 milliseconds