Home
last modified time | relevance | path

Searched defs:unrecoverable (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/device/google/cuttlefish/common/frontend/socket_vsock_proxy/
Dserver.cpp28 std::set<int> unrecoverable{EACCES, EAFNOSUPPORT, EINVAL, EPROTONOSUPPORT, EADDRINUSE}; in socketErrorIsRecoverable() local
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/Platform/src/
H A DNVMem.c151 int unrecoverable in _plat__NvErrors()
/aosp_15_r20/external/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cc126 #define UBSAN_OVERFLOW_HANDLER(handler_name, op, unrecoverable) \ argument
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/stream/
Dmod.rs183 pub fn unrecoverable(input: I) -> Self { in unrecoverable() function