Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/adb/client/
Dincremental_server.cpp243 bool SendTreeBlocksForDataBlock(FileId fileId, BlockIdx blockIdx);
353 bool IncrementalServer::SendTreeBlocksForDataBlock(const FileId fileId, const BlockIdx blockIdx) { in SendTreeBlocksForDataBlock() function in incremental::IncrementalServer
422 if (!SendTreeBlocksForDataBlock(fileId, blockIdx)) { in SendDataBlock()