MCPcopy Create free account
hub / github.com/anestisb/android-simg2img / ReadValue

Method ReadValue

sparse_read.cpp:103–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 }
102
103 int ReadValue(void* ptr, int len) override { return read_all(fd, ptr, len); }
104
105 int GetCrc32(uint32_t* crc32, int64_t len) override {
106 int chunk;

Callers 4

process_fill_chunkFunction · 0.45
process_crc32_chunkFunction · 0.45
sparse_file_read_sparseFunction · 0.45

Calls 1

read_allFunction · 0.85

Tested by

no test coverage detected