Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/app_file_service/utils/include/b_error/
H A Db_error.h228 explicit BError(int stdErrno, DEFINE_SOURCE_LOCATION) : code_ {stdErrno} in BError() argument
230 std::string rawMsg = std::generic_category().message(stdErrno);