Home
last modified time | relevance | path

Searched refs:SkipMountingPartitions (Results 1 – 4 of 4) sorted by relevance

/system/core/fs_mgr/libfstab/include/fstab/
Dfstab.h103 bool SkipMountingPartitions(Fstab* fstab, bool verbose = false);
/system/core/fs_mgr/libfstab/
Dfstab.cpp755 SkipMountingPartitions(fstab, false /* verbose */); in ReadFstabFromFile()
782 SkipMountingPartitions(fstab, verbose); in ReadFstabFromDt()
799 bool SkipMountingPartitions(Fstab* fstab, bool verbose) { in SkipMountingPartitions() function
/system/core/init/
Dfirst_stage_mount.cpp70 using android::fs_mgr::SkipMountingPartitions;
588 if (!SkipMountingPartitions(&fstab_, true /* verbose */)) return false; in MountPartitions()
Dselinux.cpp596 SkipMountingPartitions(&extra_fstab, true /* verbose */); in MountMissingSystemPartitions()