Searched refs:kLibfecFailure (Results 1 – 2 of 2) sorted by relevance
/bootable/recovery/otautil/include/otautil/ |
D | error_code.h | 42 kLibfecFailure, enumerator
|
/bootable/recovery/updater/ |
D | blockimg.cpp | 2251 ErrorAbort(state, kLibfecFailure, "fec_open \"%s\" failed: %s", block_device_path.c_str(), in BlockImageRecoverFn() 2257 ErrorAbort(state, kLibfecFailure, "unable to use metadata to correct errors"); in BlockImageRecoverFn() 2263 ErrorAbort(state, kLibfecFailure, "failed to read FEC status"); in BlockImageRecoverFn() 2276 ErrorAbort(state, kLibfecFailure, "failed to recover %s (block %zu): %s", in BlockImageRecoverFn()
|