Home
last modified time | relevance | path

Searched refs:errno (Results 5676 - 5700 of 7395) sorted by relevance

1...<<221222223224225226227228229230>>...296

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DPath.cpp982 return std::error_code(errno, std::generic_category());
1032 return std::error_code(errno, std::generic_category());
1160 std::error_code EC = std::error_code(errno, std::generic_category());
1219 std::error_code EC(errno, std::generic_category());
1242 std::error_code EC(errno, std::generic_category());
/third_party/python/Lib/xmlrpc/
H A Dclient.py139 import errno namespace
1171 if i or e.errno not in (errno.ECONNRESET, errno.ECONNABORTED,
1172 errno.EPIPE):
/third_party/glfw/src/
H A Dwl_window.c35 #include <errno.h>
85 * for the file at the given size. If disk space is insufficient, errno
117 errno = ENOENT; in createAnonymousFile()
140 errno = ret; in createAnonymousFile()
156 length, strerror(errno)); in createShmBuffer()
164 "Wayland: Failed to map file: %s", strerror(errno)); in createShmBuffer()
1144 if (errno != EAGAIN) in flushDisplay()
1151 if (errno != EINTR && errno != EAGAIN) in flushDisplay()
1310 strerror(errno)); in readDataOfferAsString()
[all...]
/third_party/backends/backend/
H A Dtest.c50 #include <errno.h>
1349 errno = 0; in read_option()
1357 else if (errno) in read_option()
1360 "(%s)\n", option_string, word, strerror (errno)); in read_option()
1379 errno = 0; in read_option()
1387 else if (errno) in read_option()
1390 "(%s)\n", option_string, word, strerror (errno)); in read_option()
1471 strerror (errno)); in reader_process()
1558 strerror (errno)); in finish_pass()
2842 DBG (1, "sane_start: pipe failed (%s)\n", strerror (errno)); in sane_start()
[all...]
/third_party/musl/ldso/
H A Ddynlink.c14 #include <errno.h>
634 if (errno==EINTR) continue; in read_loop()
650 if (!DL_NOMMU_SUPPORT || q != MAP_FAILED || errno != EINVAL) in mmap_fixed()
663 if (r < 0 && errno != EINTR) return MAP_FAILED; in mmap_fixed()
818 errno = EBUSY; in map_library()
872 && errno != ENOSYS) in map_library()
883 errno = ENOEXEC; in map_library()
900 switch (errno) { in path_open()
946 if (l == -1) switch (errno) { in fixup_rpath()
1088 errno
[all...]
/base/hiviewdfx/hiview/core/param_update/src/
H A Dlog_sign_tools.cpp88 return errno; // if file not exist, errno will be ENOENT in CalcFileSha()
/base/hiviewdfx/hiview/base/event_store/store/
H A Dsys_event_doc.cpp173 HIVIEW_LOGE("failed to create file=%{public}s, errno=%{public}d", filePath.c_str(), errno); in CreateCurFile()
/base/powermgr/powermgr_lite/utils/src/
H A Dpower_mgr_timer_util.c19 #include <errno.h>
/base/powermgr/thermal_manager/application/protector/src/
H A Dthermal_protector_timer.cpp83 THERMAL_HILOGE(FEATURE_PROTECTOR, "epoll_ctl failed, error num =%{public}d", errno); in RegisterCallback()
/base/powermgr/battery_manager/charger/src/
H A Dbattery_thread.cpp80 BATTERY_HILOGE(FEATURE_CHARGING, "epoll_ctl failed, error num =%{public}d", errno); in RegisterCallback()
/base/startup/appspawn/lite/
H A Dappspawn_message.c17 #include <errno.h>
H A Dappspawn_service.c18 #include <errno.h>
/base/startup/appspawn/util/include/
H A Dappspawn_utils.h20 #include <errno.h>
/base/startup/init/services/loopevent/signal/
H A Dle_signal.c35 LE_CHECK(s == sizeof(fdsi), return LE_FAILURE, "Failed to read sign %d %d", s, errno); in HandleSignalEvent_()
/base/startup/init/services/modules/reboot/
H A Dreboot_static.c15 #include <errno.h>
/base/startup/appspawn/common/
H A Dappspawn_server.c209 APPSPAWN_CHECK(pid >= 0, return APPSPAWN_FORK_FAIL, "fork child process error: %{public}d", errno);
/base/startup/hvb/test/
H A Dhvb_main.c24 #include <errno.h>
/base/update/updater/test/unittest/mount_test/
H A Dmount_unittest.cpp157 std::cout << "Cannot open \"/vendor/etc/fstab.updater\" file: " << errno << "\n"; in HWTEST_F() local
/drivers/hdf_core/adapter/khdf/linux/osal/src/
H A Dosal_thread.c20 #include <linux/errno.h>
H A Dosal_timer.c20 #include <linux/errno.h>
/drivers/peripheral/audio/hal/hdi_binder/server/src/
H A Dhdf_audio_pnp_uevent_hdmi.c128 AUDIO_FUNC_LOGE("new socket failed, %{public}d", errno); in AudioHdmiOpenEventPoll()
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Ddump_runtime_helper.cpp166 TAG_LOGE(AAFwkTag::APPKIT, "write failed, fd:%{public}d, errno:%{public}d.\n", fd, errno); in WriteCheckList()
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/src/
H A Dutils.cpp120 if (errno == ERANGE || *nextPtr != '\0') { in StringToInt()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/src/
H A Dutils.cpp120 if (errno == ERANGE || *nextPtr != '\0') { in StringToInt()
/foundation/ability/ability_runtime/services/abilitymgr/src/rdb/
H A Dparser_util.cpp161 TAG_LOGE(AAFwkTag::ABILITYMGR, "realpath error:%{public}d", errno); in ReadFileIntoJson()

Completed in 33 milliseconds

1...<<221222223224225226227228229230>>...296