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

Method SparseFileFdSource

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

Source from the content-addressed store, hash-verified

86
87 public:
88 SparseFileFdSource(int fd) : fd(fd) {}
89 ~SparseFileFdSource() override {}
90
91 void Seek(int64_t off) override { lseek64(fd, off, SEEK_CUR); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected