/third_party/musl/compat/time32/ |
H A D | clock_gettime32.c | 3 #include <errno.h> 12 errno = EOVERFLOW; in __clock_gettime32()
|
H A D | nanosleep_time32.c | 3 #include <errno.h> 10 if (ret<0 && errno==EINTR && rem32) { in __nanosleep_time32()
|
H A D | thrd_sleep_time32.c | 4 #include <errno.h> 11 if (ret<0 && errno==EINTR && rem32) { in __thrd_sleep_time32()
|
/third_party/toybox/toys/other/ |
H A D | count.c | 28 if (len<0 && errno != EINTR && errno != ENOMEM) perror_exit(0); in count_main()
|
/third_party/python/Python/ |
H A D | dup2.c | 14 #include <errno.h> 32 errno = ENOTSUP; in dup2()
|
/third_party/selinux/libselinux/utils/ |
H A D | getenforce.c | 5 #include <errno.h> 21 fprintf(stderr, "getenforce: security_getenforce() failed: %s\n", strerror(errno)); in main()
|
H A D | policyvers.c | 5 #include <errno.h> 14 fprintf(stderr, "%s: security_policyvers() failed: %s\n", argv[0], strerror(errno)); in main()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsfix.c | 60 #include <errno.h> 231 errno = EINVAL; in OLD_ntfs_volume_set_flags() 242 errno = EIO; in OLD_ntfs_volume_set_flags() 263 errno = EIO; in OLD_ntfs_volume_set_flags() 275 errno = EIO; in OLD_ntfs_volume_set_flags() 477 errno = EIO; in fix_mftmirr() 489 errno = EIO; in fix_mftmirr() 693 errno = EINVAL; in fix_upcase() 706 errno = EIO; in fix_upcase() 764 errno in rewrite_boot() [all...] |
/third_party/python/Lib/ |
H A D | shutil.py | 12 import errno namespace 101 if err.errno in {errno.EINVAL, errno.ENOTSUP}: 150 if err.errno == errno.ENOTSOCK: 157 if err.errno == errno.ENOSPC: # filesystem is full 324 if e.errno not in (errno [all...] |
/base/startup/init/test/unittest/ueventd/ |
H A D | ueventd_event_unittest.cpp | 48 if (errno != ENOENT) { in SetUpTestCase() 62 std::cout << "Cannot create directory " << g_testRoot << " err = " << errno << std::endl; in SetUpTestCase() 80 std::cout << "Failed to change working directory to '/', err = " << errno << std::endl; in TearDownTestCase() 84 std::cout << "Failed to change root directory to '/', err = " << errno << std::endl; in TearDownTestCase() 91 std::cout << "Failed to remove " << g_testRoot << ", err = " << errno << std::endl; in TearDownTestCase() 103 std::cout << "Cannot open dir " << path << ", err = " << errno << std::endl; in RemoveDir() 154 std::cout << "Failed to pen root directory, err = " << errno << std::endl; in SwitchRoot() 160 std::cout << "Failed to change working directory to " << g_testRoot << ", err = " << errno << std::endl; in SwitchRoot() 166 std::cout << "Failed to change root directory to " << g_testRoot << ", err = " << errno << std::endl; in SwitchRoot() 224 if (errno in IsFileExist() [all...] |
/third_party/ffmpeg/libavdevice/ |
H A D | kmsgrab.c | 102 err = errno; in kmsgrab_get_fb() 123 err = errno; in kmsgrab_get_fb() 167 err = errno; in kmsgrab_get_fb2() 232 err = errno; in kmsgrab_get_fb2() 287 err = errno; in kmsgrab_read_packet() 439 err = errno; in kmsgrab_read_header() 455 err = errno; in kmsgrab_read_header() 466 err = errno; in kmsgrab_read_header() 509 if (!fb2 && errno == ENOSYS) { in kmsgrab_read_header() 513 err = errno; in kmsgrab_read_header() [all...] |
/base/hiviewdfx/hidumper_lite/lite/ |
H A D | hidumper.c | 16 #include <errno.h> 94 printf("Failed to ioctl [%u], error [%s]\n", cmd, strerror(errno)); in ExecAction() 123 printf("Failed to ioctl [%s], error [%s]\n", HIDUMPER_DEVICE, strerror(errno)); in DumpMemData() 210 printf("Failed to open [%s], error [%s]\n", HIDUMPER_DEVICE, strerror(errno)); in main()
|
/base/startup/init/services/modules/reboot/ |
H A D | reboot.c | 35 "WritePowerOffReason: access %s failed, errno = %d, %s\n",
in WritePowerOffReason() 36 POWEROFF_REASON_DEV_PATH, errno, strerror(errno));
in WritePowerOffReason() 38 PLUGIN_CHECK(fd > 0, return -1, "WritePowerOffReason: errno = %d, %s\n", errno, strerror(errno));
in WritePowerOffReason()
|
/base/security/huks/utils/compatibility_bin/ |
H A D | compatibility_small_bin.c | 17 #include <errno.h> 81 printf("chmod dir and file failed! errno = 0x%x \n", errno); in ChangeDirAndFilesPerm() 152 printf("mkdir failed! errno = 0x%x \n", errno); in MoveOldFolderToNew() 179 printf("chmod dir and file failed! errno = 0x%x \n", errno); in MoveOldFolderToNew()
|
/base/update/updater/services/applypatch/ |
H A D | store.cpp | 68 if (errno != ENOENT) {
in CreateNewSpace() 114 LOG(ERROR) << "Failed to create store, " << strerror(errno);
in WriteDataToStore() 118 if (errno == EIO) {
in WriteDataToStore() 127 LOG(WARNING) << "Failed to fsync :" << strerror(errno);
in WriteDataToStore()
|
/foundation/multimodalinput/input/service/delegate_task/src/ |
H A D | delegate_tasks.cpp | 63 MMI_HILOGE("The pipe create failed, errno:%{public}d", errno); in Init() 67 MMI_HILOGE("The fcntl read failed, errno:%{public}d", errno); in Init() 72 MMI_HILOGE("The fcntl write failed, errno:%{public}d", errno); in Init() 160 MMI_HILOGE("Pipe write failed, errno:%{public}d", errno); in PostTask()
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/ |
H A D | stat_v9.cpp | 75 UniError(errno, true).ThrowErr(env); in Sync() 80 UniError(errno, true).ThrowErr(env); in Sync() 119 return UniError(errno, true); in Async() 123 return UniError(errno, true); in Async()
|
H A D | rmdirent.cpp | 47 return UniError(errno); in rmdirent() 60 return UniError(errno); in rmdirent() 71 return UniError(errno); in rmdirent() 78 return UniError(errno); in rmdirent()
|
H A D | truncate_v9.cpp | 75 UniError(errno, true).ThrowErr(env); in Sync() 80 UniError(errno, true).ThrowErr(env); in Sync() 109 return UniError(errno, true); in Async() 113 return UniError(errno, true); in Async()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_congestion/platform/unix/qdisc/ |
H A D | nstackx_nlmsg.c | 18 #include <errno.h> 94 LOGE(TAG, "ret %d errno %d", ret, errno); in SendNetlinkRequest() 144 LOGE(TAG, "2 recvlen %d netlink receive error %s (%d)", recvLen, strerror(errno), errno); in RecvNetlinkResponse()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/ |
H A D | sys_event.c | 76 LOGE(TAG, "failed to write to pipe: %d", errno); in PostEvent() 116 LOGE(TAG, "create pipe error: %d", errno); in CreateNonBlockPipe() 123 LOGE(TAG, "fcntl get flags failed: %d", errno); in CreateNonBlockPipe() 131 LOGE(TAG, "fcntl set flags to non-blocking failed: %d", errno); in CreateNonBlockPipe()
|
/third_party/ffmpeg/libavutil/ |
H A D | file_open.c | 39 #include <errno.h> 150 int err = AVERROR(errno); in avpriv_tempfile() 169 errno = EINVAL; in avpriv_fopen_utf8() 181 errno = EINVAL; in avpriv_fopen_utf8()
|
/third_party/alsa-lib/src/ucm/ |
H A D | ucm_exec.c | 232 err = -errno; in uc_mgr_exec() 235 strerror(errno)); in uc_mgr_exec() 243 getpid(), prog, strerror(errno)); in uc_mgr_exec() 282 if (errno == EAGAIN) in uc_mgr_exec() 284 err = -errno; in uc_mgr_exec()
|
/third_party/cups-filters/filter/foomatic-rip/ |
H A D | process.c | 29 #include <errno.h> 163 _log("fdopen: %s\n", strerror(errno)); in _start_process() 169 _log("fdopen: %s\n", strerror(errno)); in _start_process() 188 _log("Error: Executing \"%s -c %s\" failed (%s).\n", get_modern_shell(), (const char *)cmd, strerror(errno)); in exec_command()
|
/third_party/ltp/include/ |
H A D | tst_safe_clocks.h | 81 errno = 0; in safe_timer_create() 102 errno = 0; in safe_timer_settime() 121 errno = 0; in safe_timer_gettime() 140 errno = 0; in safe_timer_delete()
|