Home
last modified time | relevance | path

Searched refs:errno (Results 3751 - 3775 of 6538) sorted by relevance

1...<<151152153154155156157158159160>>...262

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_macsec_qca.c181 wpa_printf(MSG_ERROR, "macsec_qca: recv: %s", strerror(errno)); in macsec_qca_handle_read()
200 strerror(errno)); in macsec_qca_init_sockets()
214 strerror(errno)); in macsec_qca_init_sockets()
226 wpa_printf(MSG_ERROR, "macsec_qca: bind: %s", strerror(errno)); in macsec_qca_init_sockets()
242 strerror(errno)); in macsec_qca_init_sockets()
378 (unsigned long) len, strerror(errno)); in macsec_qca_send_eapol()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_macsec_qca.c181 wpa_printf(MSG_ERROR, "macsec_qca: recv: %s", strerror(errno)); in macsec_qca_handle_read()
200 strerror(errno)); in macsec_qca_init_sockets()
214 strerror(errno)); in macsec_qca_init_sockets()
226 wpa_printf(MSG_ERROR, "macsec_qca: bind: %s", strerror(errno)); in macsec_qca_init_sockets()
242 strerror(errno)); in macsec_qca_init_sockets()
400 (unsigned long) len, strerror(errno)); in macsec_qca_send_eapol()
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dthumbnail_utils.cpp118 MEDIA_ERR_LOG("delete file faild %{public}d", errno); in DeleteThumbFile()
119 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, -errno}, in DeleteThumbFile()
1525 if (errno == EEXIST) { in SaveFile()
1529 int err = errno; in SaveFile()
1542 MEDIA_ERR_LOG("write failed errno %{public}d", errno); in SaveFile()
1543 return -errno; in SaveFile()
1547 MEDIA_ERR_LOG("fsync failed errno %{public}d", errno); in SaveFile()
1548 return -errno; in SaveFile()
[all...]
/third_party/libcoap/src/
H A Dcoap_mbedtls.c184 errno = EAGAIN; in coap_dgram_read()
206 errno = EAGAIN; in coap_dgram_read()
233 errno = ECONNRESET; in coap_dgram_write()
1297 errno = EAGAIN;
1408 if (errno == ECONNRESET) {
1415 errno = EAGAIN;
1440 (errno == EPIPE || errno == ECONNRESET)) {
1463 if (errno == EAGAIN || errno
[all...]
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnntensor.cpp162 LOGE("NNTensor2_0::AllocateMemory failed, Map fd to address failed: %{public}s.", strerror(errno)); in CreateData()
247 LOGE("NNTensor2_0::AllocateMemory failed, Map fd to address failed: %{public}s.", strerror(errno)); in AllocateMemory()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params_wrapper.cpp159 if (errno == ERANGE) { in Parse()
226 if (errno == ERANGE) { in ParseWantParams()
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Ddirectory_ex.cpp19 #include <errno.h>
142 if (mkdir(subPath.c_str(), (S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH)) != 0 && errno != EEXIST) { in ForceCreateDirectory()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dhi_audit.cpp75 MEDIA_ERR_LOG("writeFd_ open error errno: %{public}d", errno); in Init()
141 MEDIA_ERR_LOG("fd open error errno: %{public}d", errno); in GetWriteFilePath()
/foundation/systemabilitymgr/safwk/services/safwk/src/
H A Dmain.cpp157 HILOGW(TAG, "failed to clear argv:%{public}s", strerror(errno)); in DoStartSAProcess()
161 HILOGW(TAG, "failed to set process name:%{public}s", strerror(errno)); in DoStartSAProcess()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Dlocal_database_oper.cpp167 LOGE("Failed to rename the file after the backup:%d", errno); in BackupCurrentDatabase()
204 LOGE("Failed to rename after the import operation:%d", errno); in ImportUnpackedDatabase()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_securitylabel/
H A Dsecuritylabel_n_exporter.cpp63 return NError(errno); in SetSecurityLabel()
117 NError(errno).ThrowErr(env); in SetSecurityLabelSync()
/third_party/elfutils/lib/
H A Dfixedsizehash.h30 #include <errno.h>
102 errno = EINVAL; in CONCAT()
/third_party/eudev/src/udev/
H A Dudev-builtin-blkid.c26 #include <errno.h>
184 err = log_debug_errno(errno, "Failure opening block device %s: %m", udev_device_get_devnode(dev)); in builtin_blkid()
/third_party/ffmpeg/libavformat/
H A Dos_support.h283 // Lacking proper mapping from GetLastError() error codes to errno codes in win32_rename()
285 errno = EPERM; in win32_rename()
293 errno = EPERM; in win32_rename()
H A Dos_support.c237 errno = EINVAL; in ff_poll()
252 errno = EINVAL; in ff_poll()
/third_party/alsa-utils/alsamixer/
H A Dtextbox.c25 #include <errno.h>
79 int err = errno; in show_textfile()
/third_party/cups-filters/filter/foomatic-rip/
H A Dpdf.c34 #include <errno.h>
306 _log("Could not create temporary file: %s\n", strerror(errno)); in print_pdf()
/third_party/curl/CMake/
H A DCurlTests.c323 #include <errno.h>
338 #include <errno.h>
/third_party/libsnd/tests/
H A Derror_test.c24 #include <errno.h>
275 "\n\nLine %d : fopen ('%s') failed : %s\n", __LINE__, filename, strerror (errno) in unrecognised_test()
/third_party/libdrm/freedreno/
H A Dfreedreno_priv.h33 #include <errno.h>
36 #include <errno.h>
/third_party/lzma/CPP/Common/
H A DMyWindows.cpp146 return (DWORD)errno; in GetLastError()
151 errno = (int)dw; in SetLastError()
/third_party/mesa3d/src/amd/compiler/tests/
H A Dmain.cpp178 fprintf(stderr, "%s: fork() failed: %s\n", argv[0], strerror(errno)); in check_output()
187 fprintf(stderr, "%s: execlp() failed: %s\n", argv[0], strerror(errno)); in check_output()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/
H A Dcpuset_cpu_hog.c30 #include <errno.h>
133 if (errno || (endptr != NULL && *endptr != '\0') in checkopt()
/third_party/ltp/testcases/kernel/controllers/memcg/functional/
H A Dmemcg_process.c12 #include <errno.h>
193 if (errno == EAGAIN) in mmap_lock2()
/third_party/node/test/parallel/
H A Dtest-fs-access.js216 assert.strictEqual(err.errno, UV_ENOENT);
232 assert.strictEqual(err.errno, UV_ENOENT);

Completed in 23 milliseconds

1...<<151152153154155156157158159160>>...262