Searched refs:root_entry (Results 1 – 1 of 1) sorted by relevance
177 static bool GetRootEntry(FstabEntry* root_entry) { in GetRootEntry() argument195 *root_entry = std::move(*entry); in GetRootEntry()201 root_entry->fs_mgr_flags.avb = true; in GetRootEntry()636 FstabEntry root_entry; in MountPartitions() local637 if (GetRootEntry(&root_entry)) { in MountPartitions()638 fstab_.emplace_back(std::move(root_entry)); in MountPartitions()