Searched refs:ErrnoToMsg (Results 1 – 3 of 3) sorted by relevance
273 std::string DumpUtils::ErrnoToMsg(const int &error) in ErrnoToMsg() function in OHOS::HiviewDFX::DumpUtils297 … 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()
61 static std::string ErrnoToMsg(const int &error);
49 printf("create tmp file fail! erro = %s", DumpUtils::ErrnoToMsg(errno).c_str()); in SetUpTestCase()