Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/
H A Dfs_mgr_fstab.cpp741 SkipMountingPartitions(&fstab, false /* verbose */); in ReadFstabFromFile()
772 SkipMountingPartitions(fstab, verbose); in ReadFstabFromDt()
778 bool SkipMountingPartitions(Fstab*, bool) { in SkipMountingPartitions() function
788 bool SkipMountingPartitions(Fstab* fstab, bool verbose) { in SkipMountingPartitions() function
/aosp12/system/core/fs_mgr/include_fstab/fstab/
H A Dfstab.h104 bool SkipMountingPartitions(Fstab* fstab, bool verbose = false);
/aosp12/system/core/init/
H A Dfirst_stage_mount.cpp68 using android::fs_mgr::SkipMountingPartitions;
540 if (!SkipMountingPartitions(&fstab_, true /* verbose */)) return false; in MountPartitions()
H A Dselinux.cpp686 SkipMountingPartitions(&extra_fstab, true /* verbose */); in MountMissingSystemPartitions()