Home
last modified time | relevance | path

Searched refs:rc (Results 1 – 7 of 7) sorted by relevance

/bootable/recovery/
DREADME.md72 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` action
97 check if configfs has been properly set up in init rc scripts. See the [example
98 …iguration](https://android.googlesource.com/device/google/wahoo/+/master/init.recovery.hardware.rc)
DAndroid.bp157 "recovery-persist.rc",
184 "recovery-refresh.rc",
/bootable/recovery/uncrypt/
DAndroid.bp39 "uncrypt.rc",
/bootable/recovery/update_verifier/
DAndroid.bp92 "update_verifier.rc",
/bootable/recovery/recovery_ui/
Dui.cpp459 bool rc = key_queue_cond.wait_for(lk, std::chrono::seconds(UI_WAIT_KEY_TIMEOUT_SEC), [this] { in WaitKey() local
467 if (!rc) { in WaitKey()
/bootable/recovery/updater/
Dblockimg.cpp209 off64_t rc = TEMP_FAILURE_RETRY(lseek64(fd, offset, whence)); in check_lseek() local
210 if (rc == -1) { in check_lseek()
1818 int rc = -1; in PerformBlockImageUpdate() local
1895 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()
/bootable/recovery/etc/
Dinit.rc1 import /init.recovery.${ro.hardware}.rc