Home
last modified time | relevance | path

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

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