Home
last modified time | relevance | path

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

/system/core/adb/client/
Dfile_sync_client.cpp185 const char* direction_str = (direction == TransferDirection::push) ? "pushed" : "pulled"; in ReportTransferRate() local
191 << direction_str << "."; in ReportTransferRate()