Home
last modified time | relevance | path

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

/system/vold/
DEncryptInplace.cpp62 off64_t one_pct, cur_pct, new_pct; member
84 data->new_pct = data->used_blocks_already_done / data->one_pct; in update_progress()
86 data->new_pct = data->blocks_already_done / data->one_pct; in update_progress()
313 data.one_pct = data.tot_used_blocks / 100; in cryptfs_enable_inplace_ext4()
426 data.one_pct = data.tot_used_blocks / 100; in cryptfs_enable_inplace_f2fs()
476 off64_t one_pct, cur_pct, new_pct; in cryptfs_enable_inplace_full() local
529 one_pct = tot_numblocks / 100; in cryptfs_enable_inplace_full()
533 new_pct = (i + blocks_already_done) / one_pct; in cryptfs_enable_inplace_full()