Searched refs:ReadPrimaryVBMetaTable (Results 1 – 3 of 3) sorted by relevance
26 android::base::Result<void> ReadPrimaryVBMetaTable(int fd, VBMetaTable* table);
85 Result<void> ReadPrimaryVBMetaTable(int fd, VBMetaTable* table) { in ReadPrimaryVBMetaTable() function
147 EXPECT_RESULT_OK(android::fs_mgr::ReadPrimaryVBMetaTable(fd, &table)); in TEST()