Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds