Home
last modified time | relevance | path

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

/aosp12/system/logging/liblog/tests/
H A Dliblog_test.cpp941 static const char max_payload_tag[] = "TEST_max_payload_and_longish_tag_XXXX"; in TEST() local
942 #define SIZEOF_MAX_PAYLOAD_BUF (LOGGER_ENTRY_MAX_PAYLOAD - sizeof(max_payload_tag) - 1) in TEST()
945 char tag[sizeof(max_payload_tag)]; in TEST()
946 memcpy(tag, max_payload_tag, sizeof(tag)); in TEST()