Home
last modified time | relevance | path

Searched refs:errno (Results 1651 - 1675 of 7011) sorted by relevance

1...<<61626364656667686970>>...281

/third_party/musl/compat/time32/
H A Dclock_gettime32.c3 #include <errno.h>
12 errno = EOVERFLOW; in __clock_gettime32()
H A Dnanosleep_time32.c3 #include <errno.h>
10 if (ret<0 && errno==EINTR && rem32) { in __nanosleep_time32()
H A Dthrd_sleep_time32.c4 #include <errno.h>
11 if (ret<0 && errno==EINTR && rem32) { in __thrd_sleep_time32()
/third_party/toybox/toys/other/
H A Dcount.c28 if (len<0 && errno != EINTR && errno != ENOMEM) perror_exit(0); in count_main()
/third_party/python/Python/
H A Ddup2.c14 #include <errno.h>
32 errno = ENOTSUP; in dup2()
/third_party/selinux/libselinux/utils/
H A Dgetenforce.c5 #include <errno.h>
21 fprintf(stderr, "getenforce: security_getenforce() failed: %s\n", strerror(errno)); in main()
H A Dpolicyvers.c5 #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 Dntfsfix.c60 #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 Dshutil.py12 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 Dueventd_event_unittest.cpp48 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 Dkmsgrab.c102 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 Dhidumper.c16 #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 Dreboot.c35 "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 Dcompatibility_small_bin.c17 #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 Dstore.cpp68 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 Ddelegate_tasks.cpp63 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 Dstat_v9.cpp75 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 Drmdirent.cpp47 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 Dtruncate_v9.cpp75 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 Dnstackx_nlmsg.c18 #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 Dsys_event.c76 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 Dfile_open.c39 #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 Ducm_exec.c232 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 Dprocess.c29 #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 Dtst_safe_clocks.h81 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()

Completed in 12 milliseconds

1...<<61626364656667686970>>...281