HomeSort by relevance Sort by last modified time
    Searched full:file_percentage (Results 1 - 1 of 1) sorted by null

  /system/core/adb/
file_sync_client.cpp 330 int file_percentage = static_cast<int>(file_copied_bytes * 100 / file_total_bytes); local
331 Printf("[%4s] %s: %d%%", overall_percentage_str, file, file_percentage);
    [all...]

Completed in 1241 milliseconds