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

/system/vold/
H A Dcryptfs.c1034 off64_t one_pct, cur_pct, new_pct; local
1061 cur_pct = 0;
1065 if (new_pct > cur_pct) {
1068 cur_pct = new_pct;
1069 snprintf(buf, sizeof(buf), "%lld", cur_pct);

Completed in 739 milliseconds