Home
last modified time | relevance | path

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

/hardware/google/pixel/misc_writer/
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()
Dmisc_writer.cpp32 auto total_size = WIPE_PACKAGE_OFFSET_IN_MISC - VENDOR_SPACE_OFFSET_IN_MISC; in OffsetAndSizeInVendorSpace()
/hardware/ti/am57x/bootctrl/
Dbootloader_message.h32 static const size_t WIPE_PACKAGE_OFFSET_IN_MISC = 16 * 1024; variable
Dbootloader_message.cpp232 WIPE_PACKAGE_OFFSET_IN_MISC, err); in read_wipe_package()
241 WIPE_PACKAGE_OFFSET_IN_MISC, err); in write_wipe_package()