HomeSort by relevance Sort by last modified time
    Searched defs:rollback_index (Results 1 - 2 of 2) sorted by null

  /external/avb/libavb/
avb_vbmeta_image.h 172 uint64_t rollback_index; member in struct:AvbVBMetaImageHeader
273 * 2. You need to check the |rollback_index| field against a stored
275 * NVRAM is bigger than |rollback_index|. You must also update
277 * |rollback_index| field from boot images in all bootable and
  /external/avb/test/
avbtool_unittest.cc 296 uint64_t rollback_index = 42; local
299 rollback_index,
307 EXPECT_EQ(rollback_index, h.rollback_index);
    [all...]

Completed in 938 milliseconds