Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dselinux.cpp894 android::fs_mgr::Fstab extra_fstab; in MountMissingSystemPartitions() local
924 extra_fstab.emplace_back(std::move(entry)); in MountMissingSystemPartitions()
928 SkipMountingPartitions(&extra_fstab, true /* verbose */); in MountMissingSystemPartitions()
929 if (extra_fstab.empty()) { in MountMissingSystemPartitions()
934 for (auto& entry : extra_fstab) { in MountMissingSystemPartitions()