Home
last modified time | relevance | path

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

/bootable/recovery/bootloader_message/
Dbootloader_message.cpp243 auto total_size = WIPE_PACKAGE_OFFSET_IN_MISC - VENDOR_SPACE_OFFSET_IN_MISC; in OffsetAndSizeInVendorSpace()
256 return read_misc_partition(data, size, misc_blk_device, VENDOR_SPACE_OFFSET_IN_MISC + offset, in ReadMiscPartitionVendorSpace()
269 return write_misc_partition(data, size, misc_blk_device, VENDOR_SPACE_OFFSET_IN_MISC + offset, in WriteMiscPartitionVendorSpace()
/bootable/recovery/tests/component/
Dbootloader_message_test.cpp143 WIPE_PACKAGE_OFFSET_IN_MISC - VENDOR_SPACE_OFFSET_IN_MISC - kTestMessage.size(); in TEST()
152 std::string long_message(WIPE_PACKAGE_OFFSET_IN_MISC - VENDOR_SPACE_OFFSET_IN_MISC + 1, 'a'); in TEST()
/bootable/recovery/bootloader_message/include/bootloader_message/
Dbootloader_message.h32 constexpr size_t VENDOR_SPACE_OFFSET_IN_MISC = 2 * 1024; variable