Home
last modified time | relevance | path

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

/system/vold/
Dcryptfs.cpp1995 off64_t one_pct, cur_pct, new_pct; member
2016 data->new_pct = data->used_blocks_already_done / data->one_pct; in update_progress()
2018 data->new_pct = data->blocks_already_done / data->one_pct; in update_progress()
2264 data.one_pct = data.tot_used_blocks / 100; in cryptfs_enable_inplace_ext4()
2379 data.one_pct = data.tot_used_blocks / 100; in cryptfs_enable_inplace_f2fs()
2426 off64_t one_pct, cur_pct, new_pct; in cryptfs_enable_inplace_full() local
2480 one_pct = tot_numblocks / 100; in cryptfs_enable_inplace_full()
2484 new_pct = (i + blocks_already_done) / one_pct; in cryptfs_enable_inplace_full()