Home
last modified time | relevance | path

Searched defs:PrefetchState (Results 1 – 1 of 1) sorted by relevance

/system/core/adb/client/
Dincremental_server.cpp210 struct PrefetchState { struct in incremental::IncrementalServer
211 const File* file;
212 BlockIdx overallIndex = 0;
213 BlockIdx overallEnd = 0;
214 BlockIdx priorityIndex = 0;
216 explicit PrefetchState(const File& f, BlockIdx start, int count) in PrefetchState() argument
221 explicit PrefetchState(const File& f) in PrefetchState() function
224 bool done() const { in done()