Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anestisb/android-simg2img
/ ~SparseFileFdSource
Method
~SparseFileFdSource
sparse_read.cpp:89–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
public:
88
SparseFileFdSource(int fd) : fd(fd) {}
89
~SparseFileFdSource() override {}
90
91
void Seek(int64_t off) override { lseek64(fd, off, SEEK_CUR); }
92
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected