Home
last modified time | relevance | path

Searched refs:ReadDataBlock (Results 1 – 1 of 1) sorted by relevance

/system/core/adb/client/
Dincremental_server.cpp159 int64_t ReadDataBlock(BlockIdx block_idx, void* buf, bool* is_zip_compressed) const { in ReadDataBlock() function in incremental::File
427 const int64_t bytesRead = file.ReadDataBlock(blockIdx, raw.data, &isZipCompressed); in SendDataBlock()