Home
last modified time | relevance | path

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

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