Home
last modified time | relevance | path

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

/system/core/fs_mgr/libvbmeta/
Dreader.h26 android::base::Result<void> ReadPrimaryVBMetaTable(int fd, VBMetaTable* table);
Dreader.cpp85 Result<void> ReadPrimaryVBMetaTable(int fd, VBMetaTable* table) { in ReadPrimaryVBMetaTable() function
Dsuper_vbmeta_test.cpp147 EXPECT_RESULT_OK(android::fs_mgr::ReadPrimaryVBMetaTable(fd, &table)); in TEST()