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

Method ~SparseFileSource

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

Source from the content-addressed store, hash-verified

78 virtual int GetCrc32(uint32_t* crc32, int64_t len) = 0;
79
80 virtual ~SparseFileSource(){};
81};
82
83class SparseFileFdSource : public SparseFileSource {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected