Home
last modified time | relevance | path

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

/aosp12/system/chre/host/common/
H A Dlog_message_parser_base.cc47 size_t orig_size = size; in dump() local
50 LOGV("Dumping first 128 bytes of buffer of size %zu", orig_size); in dump()
/aosp12/art/dexlayout/
H A Ddex_verify.cc910 uint32_t orig_size = orig->GetDebugInfoSize(); in VerifyDebugInfo() local
912 if (orig_size != output_size) { in VerifyDebugInfo()
923 if (orig_data != nullptr && memcmp(orig_data, output_data, orig_size) != 0) { in VerifyDebugInfo()