Home
last modified time | relevance | path

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

/aosp_15_r20/system/vold/
H A DEncryptInplace.cpp64 bool ReadExt4BlockBitmap(uint32_t group, uint8_t* buf);
171 bool InPlaceEncrypter::ReadExt4BlockBitmap(uint32_t group, uint8_t* buf) { in ReadExt4BlockBitmap() function in InPlaceEncrypter
218 if (!ReadExt4BlockBitmap(group, &block_bitmap[0])) return kFailed; in EncryptInPlaceExt4()