Searched refs:hard_error_code (Results 1 – 1 of 1) sorted by relevance
57 Error ChooseError(decltype(errno) posix_errno, Error::Code hard_error_code) { in ChooseError() argument61 return Error(hard_error_code, strerror(errno)); in ChooseError()