Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/file_api/utils/filemgmt_libn/src/
H A Dn_error.cpp77 NError::NError(std::function<std::tuple<uint32_t, std::string>()> errGen) in NError() argument
79 tie(errno_, errMsg_) = errGen(); in NError()
/ohos5.0/foundation/filemanagement/file_api/utils/filemgmt_libn/include/
H A Dn_error.h423 NError(std::function<std::tuple<uint32_t, std::string>()> errGen);