Home
last modified time | relevance | path

Searched refs:GetEmptySlot (Results 1 – 2 of 2) sorted by relevance

/system/core/fs_mgr/libvbmeta/
Dbuilder.h46 android::base::Result<uint8_t> GetEmptySlot();
Dbuilder.cpp84 Result<uint8_t> SuperVBMetaBuilder::GetEmptySlot() { in GetEmptySlot() function in android::fs_mgr::SuperVBMetaBuilder
100 Result<uint8_t> new_slot = GetEmptySlot(); in AddVBMetaImage()