Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_error/
H A Db_error_test.cpp468 int32_t errnoSys = 0; variable
486 int32_t errnoSys = EPERM; variable
504 int32_t errnoSys = -EPERM; variable
/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_error/
H A Db_error.cpp66 int BError::GetCodeByErrno(int32_t errnoSys) in GetCodeByErrno()