Home
last modified time | relevance | path

Searched refs:errno (Results 7701 - 7725 of 15864) sorted by relevance

1...<<301302303304305306307308309310>>...635

/base/hiviewdfx/hiview/base/
H A Devent.cpp56 return (errno == ERANGE) ? -1 : ret; in GetIntValue()
/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_kmsg.cpp55 } while (size < 0 && errno == EPIPE); in LinuxReadOneKmsg()
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Ddmesg_catcher.cpp88 HIVIEW_LOGE("Can't read sysrq,errno: %{public}d", errno); in WriteSysrq()
/base/inputmethod/imf/common/include/
H A Dglobal.h19 #include <errno.h>
/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dzipfolder_output.cpp99 DUMPER_HILOGE(MODULE_COMMON, "lseek fail fd:%{public}d, errno:%{public}d", fd_, errno); in Execute()
/base/global/i18n/services/src/
H A Dhmos_libphonenumber_mount.cpp53 HILOG_ERROR_I18N("Mount: fail to mount: opkey(%{public}s) errno(%{public}s)", in Mount()
54 cotaOpkeyVersionDir.c_str(), strerror(errno)); in Mount()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/
H A Dfp_unwinder.cpp75 DFXLOGE("Failed to init pipe, errno(%{public}d)", errno); in UnwindFallback()
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
H A Dfault_stack_test.cpp94 printf("Failed to fork child process, errno(%d).\n", errno); in HWTEST_F()
/base/powermgr/battery_manager/charger/src/dev/
H A Dfbdev_driver.cpp138 BATTERY_HILOGE(FEATURE_CHARGING, "failed to set fb0, %{public}s", strerror(errno)); in FbPowerContrl()
/base/notification/eventhandler/frameworks/eventhandler/include/
H A Devent_handler_utils.h104 strerror_r(errno, errmsg, size); in GetLastErr()
/base/request/request/frameworks/js/napi/src/upload/
H A Dobtain_file.cpp135 UPLOAD_HILOGE(UPLOAD_MODULE_FRAMEWORK, "open file error, error info : %{public}d.", errno); in GetInternalFile()
/base/powermgr/battery_manager/charger/src/
H A Dcharger_graphic_engine.cpp90 while (nanosleep(&ts, &ts) < 0 && errno == EINTR) {} in UsSleep()
/base/security/appverify/interfaces/innerkits/appverify/src/common/
H A Drandom_access_file.cpp100 HAPVERIFY_LOG_ERROR("MAP_FAILED: %{public}d", errno); in DoMMap()
/base/security/device_auth/deps_adapter/os_adapter/impl/src/liteos/mini/
H A Dhc_file.c18 #include <errno.h>
/base/startup/init/services/modules/reboot/
H A Dreboot_misc.c15 #include <errno.h>
/base/startup/init/services/param/liteos/
H A Dparam_service.c15 #include <errno.h>
/base/tee/tee_client/services/cadaemon/src/tui_daemon/
H A Dtee_tui_daemon.cpp57 tloge("can not open %{public}s , %{public}d", TUI_LISTEN_PATH, errno); in GetTuiDevFd()
/base/startup/init/services/param/linux/
H A Dparam_message.c39 PARAM_CHECK(ret != -1, return -1, "Failed to connect server %s %d", servername, errno); in ConnectServer()
/base/security/security_guard/services/config_manager/src/
H A Devent_config.cpp55 SGLOGE("stream error, %{public}s", strerror(errno)); in Load()
H A Dmodel_config.cpp49 SGLOGE("stream error, %{public}s", strerror(errno)); in Load()
/base/security/huks/utils/condition/
H A Dhks_condition.c21 #include <errno.h>
/base/startup/init/services/log/
H A Dinit_log.c18 #include <errno.h>
/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_hvb_ops.cpp93 LOG(ERROR) << "failed to open file " << realPath << " err=" << errno; in HvbReadFromPartition() local
/base/update/updater/test/unittest/applypatch_test/
H A Dapplypatch_unittest.cpp52 std::cout << "Cannot create \"/tmp\" directory: " << errno << "\n"; in SetUp() local
H A Dcommandsfunction_unittest.cpp73 printf("Failed to open block %s, errno: %d\n", filePath.c_str(), errno); in HWTEST_F()

Completed in 16 milliseconds

1...<<301302303304305306307308309310>>...635