Searched refs:ScanBlocks (Results 1 – 4 of 4) sorted by relevance
| /system/ulib/inspect/test/ |
| A D | scanner_tests.cpp | 14 using inspect::internal::ScanBlocks; 24 ScanBlocks(buf, 1024, [&count](BlockIndex index, const Block* block) { count++; })); in ReadEmpty() 38 ScanBlocks(buf, 1020, [&count](BlockIndex index, const Block* block) { count++; })); in ReadMisaligned() 53 ScanBlocks(buf, inspect::kMinOrderSize, [&](BlockIndex index, const Block* block) { in ReadSingle() 73 ScanBlocks(buf, inspect::kMinOrderSize, in ReadOutOfBounds()
|
| A D | heap_tests.cpp | 17 using inspect::internal::ScanBlocks; 39 ScanBlocks(heap.data(), heap.size(), [&ret](BlockIndex index, const Block* block) { in dump()
|
| /system/ulib/inspect/include/lib/inspect/ |
| A D | scanner.h | 19 zx_status_t ScanBlocks(const uint8_t* buffer, size_t size,
|
| /system/ulib/inspect/ |
| A D | scanner.cpp | 11 zx_status_t ScanBlocks(const uint8_t* buffer, size_t size, in ScanBlocks() function
|
Completed in 6 milliseconds