Home
last modified time | relevance | path

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

/system/vold/
DEncryptInplace.cpp62 off64_t one_pct, cur_pct, new_pct; member
91 if (data->new_pct > data->cur_pct) { in update_progress()
93 data->cur_pct = data->new_pct; in update_progress()
94 snprintf(buf, sizeof(buf), "%" PRId64, data->cur_pct); in update_progress()
98 if (data->cur_pct >= 5) { in update_progress()
314 data.cur_pct = 0; in cryptfs_enable_inplace_ext4()
427 data.cur_pct = 0; in cryptfs_enable_inplace_f2fs()
476 off64_t one_pct, cur_pct, new_pct; in cryptfs_enable_inplace_full() local
530 cur_pct = 0; in cryptfs_enable_inplace_full()
534 if (set_progress_properties && new_pct > cur_pct) { in cryptfs_enable_inplace_full()
[all …]