Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/
H A Ddump_utils.cpp273 std::string DumpUtils::ErrnoToMsg(const int &error) in ErrnoToMsg() function in OHOS::HiviewDFX::DumpUtils
297 … DUMPER_HILOGE(MODULE_COMMON, "open [%{public}s] %{public}s", path, ErrnoToMsg(errno).c_str()); in FdToRead()
328 fileName.c_str(), ErrnoToMsg(errno).c_str()); in FdToWrite()
H A Ddump_utils.h61 static std::string ErrnoToMsg(const int &error);
/ohos5.0/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_manager_test.cpp49 printf("create tmp file fail! erro = %s", DumpUtils::ErrnoToMsg(errno).c_str()); in SetUpTestCase()