Home
last modified time | relevance | path

Searched refs:WIPE_PACKAGE_OFFSET_IN_MISC (Results 1 – 6 of 6) 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()
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()
/aosp12/bootable/recovery/bootloader_message/
H A Dbootloader_message.cpp245 WIPE_PACKAGE_OFFSET_IN_MISC, err); in read_wipe_package()
254 SYSTEM_SPACE_OFFSET_IN_MISC - WIPE_PACKAGE_OFFSET_IN_MISC; in write_wipe_package()
261 WIPE_PACKAGE_OFFSET_IN_MISC, err); in write_wipe_package()
/aosp12/hardware/ti/am57x/bootctrl/
H A Dbootloader_message.cpp232 WIPE_PACKAGE_OFFSET_IN_MISC, err); in read_wipe_package()
241 WIPE_PACKAGE_OFFSET_IN_MISC, err); in write_wipe_package()
H A Dbootloader_message.h32 static const size_t WIPE_PACKAGE_OFFSET_IN_MISC = 16 * 1024; variable
/aosp12/bootable/recovery/bootloader_message/include/bootloader_message/
H A Dbootloader_message.h34 constexpr size_t WIPE_PACKAGE_OFFSET_IN_MISC = 16 * 1024; variable