Searched refs:WritePrimaryVBMetaTable (Results 1 – 3 of 3) sorted by relevance
30 android::base::Result<void> WritePrimaryVBMetaTable(int fd, const std::string& table);
44 Result<void> WritePrimaryVBMetaTable(int fd, const std::string& table) { in WritePrimaryVBMetaTable() function
164 WritePrimaryVBMetaTable(super_vbmeta_fd_, serialized_table); in ExportVBMetaTableToFile()