Home
last modified time | relevance | path

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

/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()