Searched refs:rc (Results 1 – 7 of 7) sorted by relevance
30 LOCAL_INIT_RC := uncrypt.rc
69 LOCAL_INIT_RC := update_verifier.rc
428 int rc = 0; in WaitKey() local429 while (key_queue_len == 0 && rc != ETIMEDOUT) { in WaitKey()430 rc = pthread_cond_timedwait(&key_queue_cond, &key_queue_mutex, &timeout); in WaitKey()434 if (rc == ETIMEDOUT) { in WaitKey()
207 LOCAL_INIT_RC := recovery-persist.rc219 LOCAL_INIT_RC := recovery-refresh.rc
223 int rc = ioctl(ev_fdinfo[i].fd, EVIOCGBIT(EV_KEY, KEY_MAX), key_bits); in ev_iterate_available_keys() local224 if (rc == -1) { in ev_iterate_available_keys()
1 import /init.recovery.${ro.hardware}.rc
130 off64_t rc = TEMP_FAILURE_RETRY(lseek64(fd, offset, whence)); in check_lseek() local131 if (rc == -1) { in check_lseek()1559 int rc = -1; in PerformBlockImageUpdate() local1614 rc = 0; in PerformBlockImageUpdate()1637 return StringValue(rc == 0 ? "t" : ""); in PerformBlockImageUpdate()