/drivers/peripheral/audio/test/audio_utils/audio_mixer/ |
H A D | audio_mixer.c | 21 #include <errno.h> 216 DEBUG_LOG("%s\n", strerror(errno)); in CheckMixerDevFile() 221 DEBUG_LOG("%s\n", strerror(errno)); in CheckMixerDevFile()
|
/drivers/peripheral/battery/interfaces/hdi_service/src/ |
H A D | power_supply_provider.cpp | 301 BATTERY_HILOGD(FEATURE_BATT_INFO, "failed to open file %{public}s, errno: %{public}d", path, errno); in ReadSysfsFile() 1042 BATTERY_HILOGE(FEATURE_BATT_INFO, "failed to open file %{public}s, errno: %{public}d", in SetConfigByPath() 1043 path.c_str(), errno); in SetConfigByPath() 1049 BATTERY_HILOGE(FEATURE_BATT_INFO, "failed to write file %{public}s, errno: %{public}d", in SetConfigByPath() 1050 path.c_str(), errno); in SetConfigByPath()
|
/third_party/f2fs-tools/tools/f2fs_io/ |
H A D | f2fs_io.c | 25 #include <errno.h> 76 do_die(format, va, errno); in die_errno() 1222 if (ret != 0 && errno == ENOTTY) in do_get_filename_encrypt_mode()
|
/third_party/curl/packages/OS400/ |
H A D | ccsidcurl.c | 32 #include <errno.h> 293 errno = EINVAL; in curl_easy_escape_ccsid() 323 errno = EINVAL; in curl_easy_unescape_ccsid()
|
/third_party/backends/sanei/ |
H A D | sanei_pa4s2.c | 115 #include <errno.h> 133 # include <errno.h> 318 DBG (1, "pa4s2_init: setuid failed: errno = %d\n", errno); in pa4s2_init()
|
/third_party/cups-filters/filter/foomatic-rip/ |
H A D | util.c | 32 #include <errno.h> 298 rip_die(EXIT_PRNERR, "Encountered error %s during fwrite", strerror(errno)); in fwrite_or_die() 306 rip_die(EXIT_PRNERR, "Encountered error %s during fread", strerror(errno)); in fread_or_die()
|
/third_party/cups-filters/filter/pdftopdf/ |
H A D | pdftopdf.cc | 1028 if (errno == EINTR) { in sub_process_spawn() 1031 fprintf(stderr, "ERROR: write failed: %s\n", strerror(errno)); in sub_process_spawn() 1041 if (errno == EINTR) in sub_process_spawn()
|
/third_party/gptfdisk/ |
H A D | basicmbr.cc | 21 #include <errno.h> 468 cerr << "Error " << errno << " when saving MBR!\n"; in WriteMBRData() local 472 cerr << "Error " << errno << " when seeking to MBR to write it!\n"; in WriteMBRData() local
|
/third_party/libdrm/intel/ |
H A D | intel_bufmgr_fake.c | 40 #include <errno.h> 1476 drmMsg("DRM_I915_BATCHBUFFER: %d\n", -errno); in drm_intel_fake_bo_exec() 1478 return -errno; in drm_intel_fake_bo_exec()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_drm.c | 9 #include <errno.h> 502 if (err && errno == ETIME) { in drm_syncobj_wait() 1126 fprintf(stderr, "wait-fence failed! %d (%s)", ret, strerror(errno)); in tu_device_wait_u_trace()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_queue.c | 32 #include <errno.h> 858 strerror(errno)); in handle_cl_job() 979 strerror(errno)); in handle_csd_job()
|
/third_party/ltp/testcases/kernel/fs/fsx-linux/ |
H A D | fsx-linux.c | 61 #include <errno.h> 145 vwarnc(errno, fmt, ap); in warn() 168 prt("%s%s%s\n", prefix, prefix ? ": " : "", strerror(errno)); in prterr()
|
/third_party/littlefs/scripts/ |
H A D | bench.py | 14 import errno namespace 810 if e.errno != errno.EIO:
|
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/ |
H A D | pvr_srv_bridge.c | 25 #include <errno.h> 47 strerror(errno)) 84 strerror(errno)); in pvr_srv_init_module()
|
/third_party/node/deps/v8/tools/mb/ |
H A D | mb.py | 18 import errno namespace 1181 if e.errno != errno.EEXIST:
|
/third_party/nghttp2/src/ |
H A D | shrpx_http_downstream_connection.cc | 385 auto error = errno; in initiate_connection() 387 << util::to_numeric_addr(raddr) << ", errno=" << error; in initiate_connection() 397 if (rv != 0 && errno != EINPROGRESS) { in initiate_connection() 398 auto error = errno; in initiate_connection() 400 << util::to_numeric_addr(raddr) << ", errno=" << error; in initiate_connection() 1549 << ": errno=" << sock_error; in connected()
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_wayland.c | 30 #include <errno.h> 1002 if (errno == EAGAIN) in wsi_wl_swapchain_acquire_next_image() 1014 int lerrno = errno; in wsi_wl_swapchain_acquire_next_image()
|
/third_party/mesa3d/src/util/ |
H A D | xmlconfig.c | 42 #include <errno.h> 950 data->name, strerror(errno)); in _parseOneConfigFile() 964 data->name, strerror(errno)); in _parseOneConfigFile()
|
/third_party/mksh/ |
H A D | syn.c | 1081 errno = EOVERFLOW; in parse_usec() 1093 errno = EINVAL; in parse_usec() 1109 errno = EINVAL; in parse_usec()
|
/third_party/node/deps/openssl/openssl/engines/ |
H A D | e_loader_attic.c | 1016 ERR_raise_data(ERR_LIB_SYS, errno, in file_open_ex() 1043 ctx->_.dir.last_errno = errno; in file_open_ex() 1546 ctx->_.dir.last_errno = errno; in file_load()
|
/third_party/python/Lib/http/ |
H A D | client.py | 73 import errno namespace 951 if e.errno != errno.ENOPROTOOPT:
|
/third_party/openssl/engines/ |
H A D | e_loader_attic.c | 1016 ERR_raise_data(ERR_LIB_SYS, errno, in file_open_ex() 1043 ctx->_.dir.last_errno = errno; in file_open_ex() 1546 ctx->_.dir.last_errno = errno; in file_load()
|
/third_party/toybox/toys/posix/ |
H A D | tar.c | 477 if (strrchr(name, '/') && mkpath(name) && errno !=EEXIST) in extract_to_disk() 481 if (!FLAG(k) && !S_ISDIR(ala) && unlink(name) && errno!=ENOENT) in extract_to_disk() 497 if ((mkdir(name, 0700) == -1) && errno != EEXIST) in extract_to_disk()
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | objectivec_helpers.cc | 35 #include <errno.h> 1539 } while (fd < 0 && errno == EINTR); in ParseSimpleFile() 1542 string("error: Unable to open \"") + path + "\", " + strerror(errno); in ParseSimpleFile()
|
/third_party/python/Lib/ |
H A D | imaplib.py | 25 import binascii, errno, random, re, socket, subprocess, sys, time, calendar namespace 344 if (exc.errno != errno.ENOTCONN
|