Home
last modified time | relevance | path

Searched refs:fstab (Results 1 – 5 of 5) sorted by relevance

/hardware/google/pixel/common/
Dinit.pixel.rc2 mount_all /vendor/etc/fstab.persist --early
5 mount_all /vendor/etc/fstab.firmware --early
8 mount_all /vendor/etc/fstab.firmware --late
11 swapon_all /vendor/etc/fstab.firmware
Dfstab.firmware1 # Android fstab file.
Dfstab.persist1 # Keep persist in an fstab file, since we need to run fsck on it after abnormal shutdown.
/hardware/interfaces/health/storage/1.0/default/
DStorage.cpp43 Fstab fstab; in getGarbageCollectPath() local
44 ReadDefaultFstab(&fstab); in getGarbageCollectPath()
46 for (const auto& entry : fstab) { in getGarbageCollectPath()
/hardware/ti/am57x/bootctrl/
Dbootloader_message.cpp39 Fstab fstab; in get_misc_blk_device() local
40 if (!ReadDefaultFstab(&fstab)) { in get_misc_blk_device()
44 auto record = GetEntryForMountPoint(&fstab, "/misc"); in get_misc_blk_device()