Searched refs:rc (Results 1 – 7 of 7) sorted by relevance
72 specific `/init.rc`, whose source code is at `bootable/recovery/etc/init.rc`.84 `bootable/recovery/etc/init.rc` disables Android USB gadget (via sysfs) as part of the `fs` action97 check if configfs has been properly set up in init rc scripts. See the [example98 …iguration](https://android.googlesource.com/device/google/wahoo/+/master/init.recovery.hardware.rc)
157 "recovery-persist.rc",184 "recovery-refresh.rc",
39 "uncrypt.rc",
92 "update_verifier.rc",
459 bool rc = key_queue_cond.wait_for(lk, std::chrono::seconds(UI_WAIT_KEY_TIMEOUT_SEC), [this] { in WaitKey() local467 if (!rc) { in WaitKey()
209 off64_t rc = TEMP_FAILURE_RETRY(lseek64(fd, offset, whence)); in check_lseek() local210 if (rc == -1) { in check_lseek()1818 int rc = -1; in PerformBlockImageUpdate() local1895 rc = 0; in PerformBlockImageUpdate()1911 if (rc == 0) { in PerformBlockImageUpdate()1939 } else if (rc == 0) { in PerformBlockImageUpdate()1968 return StringValue(rc == 0 ? "t" : ""); in PerformBlockImageUpdate()
1 import /init.recovery.${ro.hardware}.rc