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

/system/core/libcutils/
H A Dtztime.c327 //printf("tzload: hit: %s\n", name);
1413 register int hit; local
1417 hit = 0;
1428 hit = ((i == 0 && lp->ls_corr > 0) ||
1430 if (hit)
1436 ++hit;
1521 tmp->tm_sec = (int) (rem % SECSPERMIN) + hit;
/system/vold/
H A DVolumeManager.cpp131 bool hit = false; local
137 hit = true;
142 if (!hit) {

Completed in 472 milliseconds