Searched refs:fstab (Results 1 – 5 of 5) sorted by relevance
2 mount_all /vendor/etc/fstab.persist --early5 mount_all /vendor/etc/fstab.firmware --early8 mount_all /vendor/etc/fstab.firmware --late11 swapon_all /vendor/etc/fstab.firmware
1 # Android fstab file.
1 # Keep persist in an fstab file, since we need to run fsck on it after abnormal shutdown.
43 Fstab fstab; in getGarbageCollectPath() local44 ReadDefaultFstab(&fstab); in getGarbageCollectPath()46 for (const auto& entry : fstab) { in getGarbageCollectPath()
39 Fstab fstab; in get_misc_blk_device() local40 if (!ReadDefaultFstab(&fstab)) { in get_misc_blk_device()44 auto record = GetEntryForMountPoint(&fstab, "/misc"); in get_misc_blk_device()