Home
last modified time | relevance | path

Searched refs:errno (Results 5576 - 5600 of 6524) sorted by relevance

1...<<221222223224225226227228229230>>...261

/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
H A Dosu_client.c122 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 Dinit_service_manager.c304 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 Dmustek_usb.c52 #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 Du12.c59 #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 Dgmock-actions_test.cc1603 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 Dtest-spawn.c25 #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 Dtest.py45 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 Dlibinput-record.c26 #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 DvktApiExternalMemoryTests.cpp53 # 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 DvktApiExternalMemoryTests.cpp53 # 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 Duvwasi.c178 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 Dtest_socket.rs317 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 Ddriver_nl80211.c172 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 Daudio_capture_sample.cpp125 std::cout << "fwrite failed errno:"<< errno << std::endl; in AudioInputSourceProcess()
/base/hiviewdfx/hidumper/services/native/src/
H A Ddump_common_utils.cpp75 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 Dutils.cpp325 HILOG_ERROR_I18N("Get realpath failed, errno: %{public}d.", errno); in GetTimeZoneAvailableIDs()
/base/hiviewdfx/faultloggerd/tools/crasher_c/
H A Ddfx_crasher.c24 #include "errno.h"
287 printf("Open /data/sp failed, errno(%d)\n", errno); in StackTop()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dthread_context.cpp262 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 Dprint_utils.cpp144 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 Ddrm_driver.cpp78 bo->height, strerror(errno)); in ModesetCreateFb()
/base/tee/tee_client/services/tlogcat/src/
H A Dproc_tag.c14 #include <errno.h>
/base/startup/init/services/param/adapter/
H A Dparam_selinux.c15 #include <errno.h>
/base/startup/appspawn/modules/ace_adapter/
H A Dace_adapter.cpp174 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 Dsandbox_unittest.cpp157 std::cout << "Write file ERROR" << errno << " fd is :" << fd << std::endl; in MakeFileByJson()
/base/security/huks/utils/file_iterative_reader/src/
H A Dhks_iterative_reader.c19 #include <errno.h>

Completed in 80 milliseconds

1...<<221222223224225226227228229230>>...261