/third_party/rust/crates/nix/test/sys/ |
H A D | test_wait.rs | 2 use nix::errno::Errno;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | wpa_helpers.c | 128 printf("select: %s\n", strerror(errno)); in get_wpa_cli_event2()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | wpa_helpers.c | 128 printf("select: %s\n", strerror(errno)); in get_wpa_cli_event2()
|
/third_party/toybox/toys/pending/ |
H A D | ip.c | 334 if (errno || (ptr && *ptr) || i < 0 || i > 255) in idxfromRPDB() 1267 errno = -err->error; in ipaddrupdate() 1736 if ((msglen < 0) && (errno == EINTR || errno == EAGAIN)) continue; in display_route_info() 1738 error_msg("netlink receive error %s", strerror(errno)); in display_route_info() 1761 errno = -merr->error; in display_route_info() 2792 if ((msglen < 0) && (errno == EINTR || errno == EAGAIN)) continue; in filter_nlmesg() 2794 error_msg("netlink receive error %s", strerror(errno)); in filter_nlmesg() 2817 errno in filter_nlmesg() [all...] |
/third_party/ntfs-3g/libntfs-3g/ |
H A D | acls.c | 37 #include <errno.h> 1292 errno = EINVAL; in ntfs_replace_acl() 1295 errno = ENOMEM; in ntfs_replace_acl() 1338 errno = ENOMEM; in ntfs_build_basic_posix() 1458 errno = EIO; in ntfs_build_inherited_posix() 1463 errno = ENOMEM; in ntfs_build_inherited_posix() 1581 errno = ENOMEM; in ntfs_merge_descr_posix() 2370 errno = EINVAL; in buildacls_posix() 2830 /* ACL failure (errno set) or overflow */ in ntfs_build_descr_posix() 2836 errno in ntfs_build_descr_posix() [all...] |
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | module-bluez5-device.c | 26 #include <errno.h> 457 if (received < 0 && errno == EINTR) in bt_transport_read() 461 else if (received < 0 && errno == EAGAIN) in bt_transport_read() 465 pa_log_error("Failed to read data from socket: %s", received < 0 ? pa_cstrerror(errno) : "EOF"); in bt_transport_read() 571 pa_log_warn("Changing bluetooth buffer size: Failed to getsockopt(SO_SNDBUF): %s", pa_cstrerror(errno)); in update_sink_buffer_size() 589 pa_log_warn("Changing bluetooth buffer size: Failed to change from %d to %d: %s", old_bufsize / 2, new_bufsize, pa_cstrerror(errno)); in update_sink_buffer_size() 755 pa_log_warn("Failed to enable SO_TIMESTAMP: %s", pa_cstrerror(errno)); in setup_stream()
|
/third_party/python/Lib/test/ |
H A D | test_exceptions.py | 10 import errno namespace 379 # POSIX errno (9 aka EBADF) is untranslated 381 self.assertEqual(w.errno, 9) 386 self.assertEqual(w.errno, 2) 394 self.assertEqual(w.errno, 22) 400 # Non-numeric "errno" 402 self.assertEqual(w.errno, 'bar') 432 'errno' : None, 'strerror' : None}), 436 'errno' : 'foo', 'strerror' : 'bar'}), 440 'errno' [all...] |
/base/account/os_account/services/accountmgr/test/unittest/os_account/ |
H A D | os_account_control_file_manager_test.cpp | 520 ACCOUNT_LOGE("OsAccountControlFileManagerCovTest023, chmod failed! errno %{public}d.", errno); in HWTEST_F() 523 ACCOUNT_LOGE("OsAccountControlFileManagerCovTest023, chown failed! errno %{public}d.", errno); in HWTEST_F()
|
/base/customization/enterprise_device_management/interfaces/kits/common/src/ |
H A D | napi_edm_common.cpp | 647 errno = 0; in ParseStringToLong() 649 if (errno == ERANGE || end == p || *end != '\0') { in ParseStringToLong()
|
/base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
H A D | nweb_spawn_service_test.cpp | 236 break, "Failed to recv msg errno: %{public}d", errno); in HWTEST_F() 498 APPSPAWN_CHECK(len <= 0, ret = -1; break, "Can not receive timeout %{public}d", errno); in HWTEST_F()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | fcntl1ndk.cpp | 63 errno = ERRON_0;
in Tee() 110 errno = ERRON_0;
in Vmsplice()
|
/test/xts/hats/hdf/camera/cameraMg/v1_1/src/ |
H A D | hdi_common_v1_1.cpp | 56 CAMERA_LOGE("open file failed, errno: %{public}s", strerror(errno));
in DumpImageFile() 62 CAMERA_LOGE("write file failed, error: %{public}s", strerror(errno));
in DumpImageFile()
|
/test/xts/hats/hdf/camera/cameraMg_additional/v1_1/src/ |
H A D | hdi_common_v1_1.cpp | 56 CAMERA_LOGE("open file failed, errno: %{public}s", strerror(errno)); in DumpImageFile() 62 CAMERA_LOGE("write file failed, error: %{public}s", strerror(errno)); in DumpImageFile()
|
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_1/src/ |
H A D | benchmark_common.cpp | 56 CAMERA_LOGE("open file failed, errno: %{public}s", strerror(errno)); in DumpImageFile() 62 CAMERA_LOGE("write file failed, error: %{public}s", strerror(errno)); in DumpImageFile()
|
/test/xts/hats/hdf/camera/cameraMg/v1_0/src/ |
H A D | common.cpp | 56 CAMERA_LOGE("open file failed, errno: %{public}s", strerror(errno));
in DumpImageFile() 62 CAMERA_LOGE("write file failed, error: %{public}s", strerror(errno));
in DumpImageFile()
|
/third_party/exfatprogs/mkfs/ |
H A D | mkfs.c | 18 #include <errno.h> 517 exfat_err("write failed(errno : %d)\n", errno); in exfat_zero_out_disk()
|
/third_party/eudev/src/libudev/ |
H A D | libudev-enumerate.c | 24 #include <errno.h> 868 return -errno; in parent_crawl_children()
|
/third_party/f2fs-tools/fsck/ |
H A D | f2fs.h | 19 #include <errno.h> 22 #include <errno.h>
|
/third_party/ffmpeg/libavcodec/ |
H A D | v4l2_buffers.c | 509 return AVERROR(errno); in ff_v4l2_buffer_initialize() 568 return AVERROR(errno); in ff_v4l2_buffer_enqueue()
|
/third_party/ffmpeg/libavformat/ |
H A D | hdsenc.c | 316 if (mkdir(s->url, 0777) == -1 && errno != EEXIST) { in hds_write_header() 318 return AVERROR(errno); in hds_write_header()
|
/third_party/ffmpeg/libavutil/ |
H A D | parseutils.c | 666 errno = 0; in av_parse_time() 670 if (errno == ERANGE) in av_parse_time()
|
/third_party/backends/backend/ |
H A D | plustek-usbcalfile.c | 110 DBG( _DBG_ERROR, "fseek: %s\n", strerror(errno)); in usb_ReadSpecLine() 553 DBG( _DBG_ERROR, "- -> %s\n", strerror(errno)); in usb_SaveCalData()
|
H A D | sm3600.c | 59 #include <errno.h> 333 errno = 0; in RegisterSaneDev()
|
/third_party/curl/lib/ |
H A D | asyn-thread.c | 429 /* update sock_erro to errno */ in query_complete() 486 /* update sock_erro to errno */ in getaddrinfo_thread() 678 err = errno; in init_resolve_thread() 688 errno = err; in init_resolve_thread()
|
/third_party/alsa-lib/src/control/ |
H A D | hcontrol.c | 699 if (errno == EINTR && !CTLINABORT(hctl->ctl) && !(hctl->ctl->mode & SND_CTL_EINTR)) in snd_hctl_wait() 701 return -errno; in snd_hctl_wait()
|