Home
last modified time | relevance | path

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

/system/core/adb/client/
Dincremental_server.cpp242 bool SendTreeBlocksForDataBlock(FileId fileId, BlockIdx blockIdx);
352 bool IncrementalServer::SendTreeBlocksForDataBlock(const FileId fileId, const BlockIdx blockIdx) { in SendTreeBlocksForDataBlock() function in incremental::IncrementalServer
421 if (!SendTreeBlocksForDataBlock(fileId, blockIdx)) { in SendDataBlock()