Home
last modified time | relevance | path

Searched defs:verify_bytes (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pigweed/pw_kvs/
H A Dflash_partition_stream_test.cc53 void VerifyFlash(ConstByteSpan verify_bytes, size_t offset = 0) { in VerifyFlash()
65 void VerifyFlashContent(ConstByteSpan verify_bytes, size_t offset = 0) { in VerifyFlashContent()
/aosp_15_r20/external/pigweed/pw_blob_store/
H A Dblob_store_chunk_write_test.cc93 void VerifyFlash(ConstByteSpan verify_bytes) { in VerifyFlash()
H A Dblob_store_deferred_write_test.cc113 void VerifyFlash(ConstByteSpan verify_bytes) { in VerifyFlash()
H A Dblob_store_test.cc144 void VerifyFlash(ConstByteSpan verify_bytes, size_t offset = 0) { in VerifyFlash()
/aosp_15_r20/art/runtime/gc/space/
H A Drosalloc_space.cc275 size_t verify_bytes = 0; in FreeList() local