Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_software_update/
H A Dbundled_update_service.cc349 size_t target_file_bytes_applied = 0; in DoApply() local
390 target_file_bytes_applied += file_reader.interval_size(); in DoApply()
392 (static_cast<uint64_t>(target_file_bytes_applied) * 100 * 100) / in DoApply()
395 target_file_bytes_applied, in DoApply()
H A Dbundled_update_service_pwpb.cc336 size_t target_file_bytes_applied = 0; in DoApply() local
377 target_file_bytes_applied += file_reader.interval_size(); in DoApply()
379 (static_cast<uint64_t>(target_file_bytes_applied) * 100 * 100) / in DoApply()
382 target_file_bytes_applied, in DoApply()