Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/misc_writer/
H A Dmisc_writer_test.cpp39 auto zeros = std::string(WIPE_PACKAGE_OFFSET_IN_MISC - VENDOR_SPACE_OFFSET_IN_MISC, 0); in TearDown()
61 VENDOR_SPACE_OFFSET_IN_MISC + offset)); in CheckMiscPartitionVendorSpaceContent()
123 WIPE_PACKAGE_OFFSET_IN_MISC - VENDOR_SPACE_OFFSET_IN_MISC - kTestMessage.size(); in TEST_F()
132 std::string long_message(WIPE_PACKAGE_OFFSET_IN_MISC - VENDOR_SPACE_OFFSET_IN_MISC + 1, 'a'); in TEST_F()
H A Dmisc_writer.cpp32 auto total_size = WIPE_PACKAGE_OFFSET_IN_MISC - VENDOR_SPACE_OFFSET_IN_MISC; in OffsetAndSizeInVendorSpace()
46 return write_misc_partition(data, size, misc_blk_device, VENDOR_SPACE_OFFSET_IN_MISC + offset, in WriteMiscPartitionVendorSpace()
/aosp12/bootable/recovery/bootloader_message/include/bootloader_message/
H A Dbootloader_message.h33 constexpr size_t VENDOR_SPACE_OFFSET_IN_MISC = 2 * 1024; variable