Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dfirst_stage_mount.cpp169 static bool GetRootEntry(FstabEntry* root_entry) { in GetRootEntry() argument
187 *root_entry = std::move(*entry); in GetRootEntry()
193 root_entry->fs_mgr_flags.avb = true; in GetRootEntry()
575 FstabEntry root_entry; in MountPartitions() local
576 if (GetRootEntry(&root_entry)) { in MountPartitions()
577 fstab_.emplace_back(std::move(root_entry)); in MountPartitions()