/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/ |
H A D | osu_client.c | 122 strerror(errno)); in android_update_permission() 128 strerror(errno)); in android_update_permission() 265 strerror(errno)); in process_est_cert() 273 strerror(errno)); in process_est_cert() 290 strerror(errno)); in process_est_cert() 606 if (errno != EEXIST) { in hs20_add_pps_mo() 607 int err = errno; in hs20_add_pps_mo() 2509 errno != EEXIST) { in cmd_signup() 2511 fname, strerror(errno)); in cmd_signup()
|
/base/startup/init/services/init/ |
H A D | init_service_manager.c | 304 INIT_ERROR_CHECK(curServ->servPerm.gIDArray != NULL, return SERVICE_FAILURE, "Failed to malloc err=%d", errno); in GetServiceGids() 1072 if (errno == ENOENT) { in WatchConsoleDevice() 1076 INIT_LOGE("Failed to open /dev/console, err = %d", errno); in WatchConsoleDevice() 1081 INIT_LOGW("Failed to open /dev/console after try 1 time, err = %d", errno); in WatchConsoleDevice() 1177 return NULL, "Failed calloc err=%d", errno); in GetServiceByExtServName()
|
/third_party/backends/backend/ |
H A D | mustek_usb.c | 52 #include <errno.h> 726 strerror (errno)); in sane_init() 780 errno = 0; in sane_init() 789 if (errno) in sane_init() 794 word, strerror (errno)); in sane_init()
|
H A D | u12.c | 59 #include <errno.h> 1580 DBG( _DBG_ERROR,"sane_start: open failed: %d\n", errno ); in sane_start() 1582 if( errno == EBUSY ) in sane_start() 1768 if( EAGAIN == errno ) { in sane_read() 1783 DBG( _DBG_ERROR, "ERROR: errno=%d\n", errno ); in sane_read()
|
/third_party/googletest/googlemock/test/ |
H A D | gmock-actions_test.cc | 1603 void SetUp() override { errno = 0; } 1604 void TearDown() override { errno = 0; } 1610 EXPECT_EQ(ENOTTY, errno); in TEST_F() 1617 EXPECT_EQ(ENOTTY, errno); in TEST_F() 1623 EXPECT_EQ(EINVAL, errno); in TEST_F()
|
/third_party/libuv/test/ |
H A D | test-spawn.c | 25 #include <errno.h> 221 while (err == -1 && errno == EINTR); in TEST_IMPL() 224 ASSERT_EQ(errno, ECHILD); in TEST_IMPL() 2038 } while (r == -1 && errno == EINTR); in spawn_stdin_stdout() 2048 } while (w == -1 && errno == EINTR); in spawn_stdin_stdout()
|
/third_party/node/tools/ |
H A D | test.py | 45 import errno namespace 750 if sys.platform == 'win32' and e.errno == errno.EACCES: 1727 if exception.errno != errno.EEXIST:
|
/third_party/libinput/tools/ |
H A D | libinput-record.c | 26 #include <errno.h> 1924 if (errno == EACCES) in select_device() 2208 return -errno; in dispatch_sources() 2462 return fd == -1 ? -errno : fd; in open_restricted() 2595 if (errno == ENOENT) in is_char_dev()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiExternalMemoryTests.cpp | 53 # include <errno.h> 1684 log << TestLog::Message << "dup() failed: '" << strerror(errno) << "'" << TestLog::EndMessage; in testSemaphoreFdDup() 1757 log << TestLog::Message << "dup2() failed: '" << strerror(errno) << "'" << TestLog::EndMessage; in testSemaphoreFdDup2() 1830 log << TestLog::Message << "dup3() failed: '" << strerror(errno) << "'" << TestLog::EndMessage; in testSemaphoreFdDup3() 1897 log << TestLog::Message << "Failed to create socket pair: '" << strerror(errno) << "'" << TestLog::EndMessage; in testSemaphoreFdSendOverSocket() 1931 log << TestLog::Message << "Failed to send fd over socket: '" << strerror(errno) << "'" << TestLog::EndMessage; in testSemaphoreFdSendOverSocket() 1954 log << TestLog::Message << "Failed to recv fd over socket: '" << strerror(errno) << "'" << TestLog::EndMessage; in testSemaphoreFdSendOverSocket() 2762 log << TestLog::Message << "dup() failed: '" << strerror(errno) << "'" << TestLog::EndMessage; in testFenceFdDup() 2835 log << TestLog::Message << "dup2() failed: '" << strerror(errno) << "'" << TestLog::EndMessage; in testFenceFdDup2() 2908 log << TestLog::Message << "dup3() failed: '" << strerror(errno) << "'" << TestLo in testFenceFdDup3() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiExternalMemoryTests.cpp | 53 # include <errno.h> 1669 log << TestLog::Message << "dup() failed: '" << strerror(errno) << "'" << TestLog::EndMessage; in testSemaphoreFdDup() 1742 log << TestLog::Message << "dup2() failed: '" << strerror(errno) << "'" << TestLog::EndMessage; in testSemaphoreFdDup2() 1815 log << TestLog::Message << "dup3() failed: '" << strerror(errno) << "'" << TestLog::EndMessage; in testSemaphoreFdDup3() 1882 log << TestLog::Message << "Failed to create socket pair: '" << strerror(errno) << "'" << TestLog::EndMessage; in testSemaphoreFdSendOverSocket() 1916 log << TestLog::Message << "Failed to send fd over socket: '" << strerror(errno) << "'" << TestLog::EndMessage; in testSemaphoreFdSendOverSocket() 1939 log << TestLog::Message << "Failed to recv fd over socket: '" << strerror(errno) << "'" << TestLog::EndMessage; in testSemaphoreFdSendOverSocket() 2744 log << TestLog::Message << "dup() failed: '" << strerror(errno) << "'" << TestLog::EndMessage; in testFenceFdDup() 2817 log << TestLog::Message << "dup2() failed: '" << strerror(errno) << "'" << TestLog::EndMessage; in testFenceFdDup2() 2890 log << TestLog::Message << "dup3() failed: '" << strerror(errno) << "'" << TestLo in testFenceFdDup3() [all...] |
/third_party/node/deps/uvwasi/src/ |
H A D | uvwasi.c | 178 return uvwasi__translate_uv_error(uv_translate_sys_error(errno)); in uvwasi__lseek() 184 return uvwasi__translate_uv_error(uv_translate_sys_error(errno)); in uvwasi__lseek() 858 err = uvwasi__translate_uv_error(uv_translate_sys_error(errno)); in uvwasi_fd_fdstat_get() 930 err = uvwasi__translate_uv_error(uv_translate_sys_error(errno)); in uvwasi_fd_fdstat_set_flags() 1415 err = uvwasi__translate_uv_error(uv_translate_sys_error(errno)); in uvwasi_fd_readdir() 2583 return uvwasi__translate_uv_error(uv_translate_sys_error(errno)); in uvwasi_sched_yield()
|
/third_party/rust/crates/nix/test/sys/ |
H A D | test_socket.rs | 317 use nix::{errno::Errno, Result}; 753 use nix::errno::Errno; in test_recvmsg_ebadf() 1101 use nix::errno::Errno; in test_sendmsg_ipv6packetinfo() 1603 use nix::errno::Errno; in test_syscontrol() 2142 use nix::errno::Errno; in test_vsock() 2515 use nix::errno::Errno; in test_recverr_impl()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_nl80211.c | 172 strerror(errno)); in nl80211_register_eloop_read() 2760 bss->ifname, bss->brname, strerror(errno)); in wpa_driver_nl80211_deinit() 2775 bss->brname, strerror(errno)); in wpa_driver_nl80211_deinit() 5071 strerror(errno)); in nl80211_send_eapol_data() 5136 (unsigned long) len, errno, strerror(errno)); in wpa_driver_nl80211_hapd_send_eapol() 6844 name, bridge_ifname, strerror(errno)); in i802_set_wds_sta() 6871 strerror(errno)); in handle_eapol() 6897 brname, strerror(errno)); in i802_check_bridge() 6919 ifname, in_br, strerror(errno)); in i802_check_bridge() [all...] |
/applications/sample/camera/media/ |
H A D | audio_capture_sample.cpp | 125 std::cout << "fwrite failed errno:"<< errno << std::endl; in AudioInputSourceProcess()
|
/base/hiviewdfx/hidumper/services/native/src/ |
H A D | dump_common_utils.cpp | 75 DUMPER_HILOGE(MODULE_SERVICE, "failed to open dir: %{public}s, errno: %{public}d", path.c_str(), errno); in GetSubDir()
|
/base/global/i18n/frameworks/intl/src/ |
H A D | utils.cpp | 325 HILOG_ERROR_I18N("Get realpath failed, errno: %{public}d.", errno); in GetTimeZoneAvailableIDs()
|
/base/hiviewdfx/faultloggerd/tools/crasher_c/ |
H A D | dfx_crasher.c | 24 #include "errno.h" 287 printf("Open /data/sp failed, errno(%d)\n", errno); in StackTop()
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | thread_context.cpp | 262 DFXLOGW("Failed to send signal(%{public}d) to tid(%{public}d), errno(%{public}d).", si.si_signo, tid, errno); in SignalRequestThread()
|
/base/print/print_fwk/frameworks/models/print_models/src/ |
H A D | print_utils.cpp | 144 PRINT_HILOGE("Failed to open file errno: %{public}s", std::to_string(errno).c_str()); in OpenFile()
|
/base/powermgr/battery_manager/charger/src/dev/ |
H A D | drm_driver.cpp | 78 bo->height, strerror(errno)); in ModesetCreateFb()
|
/base/tee/tee_client/services/tlogcat/src/ |
H A D | proc_tag.c | 14 #include <errno.h>
|
/base/startup/init/services/param/adapter/ |
H A D | param_selinux.c | 15 #include <errno.h>
|
/base/startup/appspawn/modules/ace_adapter/ |
H A D | ace_adapter.cpp | 174 APPSPAWN_CHECK(fd > 0, continue, "getfd from env atoi errno %{public}s,%{public}d", envKey.c_str(), fd); in BuildFdInfoMap() 236 int err = errno; in RunChildByRenderCmd()
|
/base/startup/init/test/unittest/init/ |
H A D | sandbox_unittest.cpp | 157 std::cout << "Write file ERROR" << errno << " fd is :" << fd << std::endl; in MakeFileByJson()
|
/base/security/huks/utils/file_iterative_reader/src/ |
H A D | hks_iterative_reader.c | 19 #include <errno.h>
|