Home
last modified time | relevance | path

Searched defs:inner_error (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libbrillo/brillo/errors/
H A Derror.cc44 ErrorPtr inner_error) { in Create()
78 ErrorPtr inner_error = inner_error_ ? inner_error_->Clone() : nullptr; in Clone() local
102 ErrorPtr inner_error) in Error()
/aosp_15_r20/tools/netsim/rust/http-proxy/src/
H A Derror.rs51 let inner_error = std::io::Error::new(std::io::ErrorKind::NotFound, "file not found"); in test_io_error_chaining() localVariable