/base/hiviewdfx/hiview/base/ |
H A D | event.cpp | 56 return (errno == ERANGE) ? -1 : ret;
in GetIntValue()
|
/base/hiviewdfx/hilog/services/hilogd/ |
H A D | log_kmsg.cpp | 55 } while (size < 0 && errno == EPIPE); in LinuxReadOneKmsg()
|
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/ |
H A D | dmesg_catcher.cpp | 88 HIVIEW_LOGE("Can't read sysrq,errno: %{public}d", errno);
in WriteSysrq()
|
/base/inputmethod/imf/common/include/ |
H A D | global.h | 19 #include <errno.h>
|
/base/hiviewdfx/hidumper/frameworks/native/src/executor/ |
H A D | zipfolder_output.cpp | 99 DUMPER_HILOGE(MODULE_COMMON, "lseek fail fd:%{public}d, errno:%{public}d", fd_, errno); in Execute()
|
/base/global/i18n/services/src/ |
H A D | hmos_libphonenumber_mount.cpp | 53 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 D | fp_unwinder.cpp | 75 DFXLOGE("Failed to init pipe, errno(%{public}d)", errno); in UnwindFallback()
|
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/ |
H A D | fault_stack_test.cpp | 94 printf("Failed to fork child process, errno(%d).\n", errno); in HWTEST_F()
|
/base/powermgr/battery_manager/charger/src/dev/ |
H A D | fbdev_driver.cpp | 138 BATTERY_HILOGE(FEATURE_CHARGING, "failed to set fb0, %{public}s", strerror(errno)); in FbPowerContrl()
|
/base/notification/eventhandler/frameworks/eventhandler/include/ |
H A D | event_handler_utils.h | 104 strerror_r(errno, errmsg, size); in GetLastErr()
|
/base/request/request/frameworks/js/napi/src/upload/ |
H A D | obtain_file.cpp | 135 UPLOAD_HILOGE(UPLOAD_MODULE_FRAMEWORK, "open file error, error info : %{public}d.", errno);
in GetInternalFile()
|
/base/powermgr/battery_manager/charger/src/ |
H A D | charger_graphic_engine.cpp | 90 while (nanosleep(&ts, &ts) < 0 && errno == EINTR) {} in UsSleep()
|
/base/security/appverify/interfaces/innerkits/appverify/src/common/ |
H A D | random_access_file.cpp | 100 HAPVERIFY_LOG_ERROR("MAP_FAILED: %{public}d", errno); in DoMMap()
|
/base/security/device_auth/deps_adapter/os_adapter/impl/src/liteos/mini/ |
H A D | hc_file.c | 18 #include <errno.h>
|
/base/startup/init/services/modules/reboot/ |
H A D | reboot_misc.c | 15 #include <errno.h>
|
/base/startup/init/services/param/liteos/ |
H A D | param_service.c | 15 #include <errno.h>
|
/base/tee/tee_client/services/cadaemon/src/tui_daemon/ |
H A D | tee_tui_daemon.cpp | 57 tloge("can not open %{public}s , %{public}d", TUI_LISTEN_PATH, errno);
in GetTuiDevFd()
|
/base/startup/init/services/param/linux/ |
H A D | param_message.c | 39 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 D | event_config.cpp | 55 SGLOGE("stream error, %{public}s", strerror(errno)); in Load()
|
H A D | model_config.cpp | 49 SGLOGE("stream error, %{public}s", strerror(errno)); in Load()
|
/base/security/huks/utils/condition/ |
H A D | hks_condition.c | 21 #include <errno.h>
|
/base/startup/init/services/log/ |
H A D | init_log.c | 18 #include <errno.h>
|
/base/update/sys_installer/services/module_update/util/src/ |
H A D | module_hvb_ops.cpp | 93 LOG(ERROR) << "failed to open file " << realPath << " err=" << errno; in HvbReadFromPartition() local
|
/base/update/updater/test/unittest/applypatch_test/ |
H A D | applypatch_unittest.cpp | 52 std::cout << "Cannot create \"/tmp\" directory: " << errno << "\n"; in SetUp() local
|
H A D | commandsfunction_unittest.cpp | 73 printf("Failed to open block %s, errno: %d\n", filePath.c_str(), errno); in HWTEST_F()
|