Searched refs:root_entry (Results 1 – 1 of 1) sorted by relevance
169 static bool GetRootEntry(FstabEntry* root_entry) { in GetRootEntry() argument187 *root_entry = std::move(*entry); in GetRootEntry()193 root_entry->fs_mgr_flags.avb = true; in GetRootEntry()575 FstabEntry root_entry; in MountPartitions() local576 if (GetRootEntry(&root_entry)) { in MountPartitions()577 fstab_.emplace_back(std::move(root_entry)); in MountPartitions()