Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dfile_sync_client.cpp121 std::string last_progress_str; member
144 last_progress_str.clear(); in Reset()
201 if (output != last_progress_str) { in ReportProgress()
203 last_progress_str = std::move(output); in ReportProgress()