Home
last modified time | relevance | path

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

/trusty/user/app/avb/
Davb_manager.cpp26 const unsigned int kRollbackSlotMax = 32; variable
51 if (*slot >= kRollbackSlotMax) { in GetFilenameAndSlot()
53 kRollbackSlotMax); in GetFilenameAndSlot()
93 if (size < kRollbackSlotMax * sizeof(uint64_t)) { in ReadRollbackIndex()
95 uint64_t write_buf[kRollbackSlotMax] = {0}; in ReadRollbackIndex()
145 if (static_cast<size_t>(size) < kRollbackSlotMax * sizeof(uint64_t)) { in WriteRollbackIndex()
147 uint64_t write_buf[kRollbackSlotMax] = {0}; in WriteRollbackIndex()
Davb_manager.h30 extern const unsigned int kRollbackSlotMax;
/trusty/user/app/avb/test/
Dsecure_storage_fake.h32 *size = sizeof(uint64_t) * kRollbackSlotMax; in get_file_size()
Dunittest.cpp70 uint32_t slot = kRollbackSlotMax + 1; in TEST()