Searched defs:cur_pct (Results 1 - 1 of 1) sorted by relevance

/system/vold/
H A Dcryptfs.c1053 off64_t one_pct, cur_pct, new_pct; local
1080 cur_pct = 0;
1084 if (new_pct > cur_pct) {
1087 cur_pct = new_pct;
1088 snprintf(buf, sizeof(buf), "%lld", cur_pct);

Completed in 51 milliseconds