Home
last modified time | relevance | path

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

/system/core/init/
Dfirst_stage_mount.cpp177 static bool GetRootEntry(FstabEntry* root_entry) { in GetRootEntry() argument
195 *root_entry = std::move(*entry); in GetRootEntry()
201 root_entry->fs_mgr_flags.avb = true; in GetRootEntry()
636 FstabEntry root_entry; in MountPartitions() local
637 if (GetRootEntry(&root_entry)) { in MountPartitions()
638 fstab_.emplace_back(std::move(root_entry)); in MountPartitions()