Home
last modified time | relevance | path

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

/system/core/init/
Dselinux.cpp620 android::fs_mgr::Fstab extra_fstab; in MountMissingSystemPartitions() local
649 extra_fstab.emplace_back(std::move(entry)); in MountMissingSystemPartitions()
652 SkipMountingPartitions(&extra_fstab); in MountMissingSystemPartitions()
653 if (extra_fstab.empty()) { in MountMissingSystemPartitions()
658 for (auto& entry : extra_fstab) { in MountMissingSystemPartitions()