Home
last modified time | relevance | path

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

/system/core/fs_mgr/libvbmeta/
Dwriter.h30 android::base::Result<void> WritePrimaryVBMetaTable(int fd, const std::string& table);
Dwriter.cpp44 Result<void> WritePrimaryVBMetaTable(int fd, const std::string& table) { in WritePrimaryVBMetaTable() function
Dbuilder.cpp164 WritePrimaryVBMetaTable(super_vbmeta_fd_, serialized_table); in ExportVBMetaTableToFile()