Home
last modified time | relevance | path

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

/system/vold/
Dcryptfs.c1046 off64_t one_pct, cur_pct, new_pct; in cryptfs_enable_inplace() local
1073 cur_pct = 0; in cryptfs_enable_inplace()
1077 if (new_pct > cur_pct) { in cryptfs_enable_inplace()
1080 cur_pct = new_pct; in cryptfs_enable_inplace()
1081 snprintf(buf, sizeof(buf), "%lld", cur_pct); in cryptfs_enable_inplace()