/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | glslang_lex.cpp | 115 #include <errno.h> 1437 errno=0; \ 1440 if( errno != EINTR) \ 1445 errno=0; \ 2907 int oerrno = errno; in yy_init_buffer() 2929 errno = oerrno; in yy_init_buffer() 3429 errno = EINVAL; in yylex_init() 3436 errno = ENOMEM; in yylex_init() 3461 errno = EINVAL; in yylex_init_extra() 3468 errno in yylex_init_extra() [all...] |
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
H A D | Tokenizer.cpp | 349 #include <errno.h> 1224 errno=0; \ 1227 if( errno != EINTR) \ 1232 errno=0; \ 2266 int oerrno = errno; in yy_init_buffer() 2288 errno = oerrno; in yy_init_buffer() 2788 errno = EINVAL; in yylex_init() 2795 errno = ENOMEM; in yylex_init() 2820 errno = EINVAL; in yylex_init_extra() 2827 errno in yylex_init_extra() [all...] |
/base/hiviewdfx/hiview_lite/ |
H A D | hiview_file.c | 48 int32 errnoRecord = (int32)errno; in InitHiviewFile() 243 int32 errnoRecord = (int32)errno; in ProcFile()
|
/base/hiviewdfx/hitrace/interfaces/js/kits/napi/hitracemeter/ |
H A D | napi_hitrace_meter.cpp | 287 HILOG_ERROR(LOG_CORE, "create napi string failed: %{public}d(%{public}s)", errno, strerror(errno));
in JSStartCaptureAppTrace()
|
/base/hiviewdfx/hilog/frameworks/libhilog/ioctl/ |
H A D | log_ioctl.cpp | 35 PrintErrorno(errno);
in LogIoctl() 49 PrintErrorno(errno);
in SendMsgHeader()
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/ |
H A D | procinfo.cpp | 237 result.append(StringPrintf("Failed to access path(%s), errno(%d).\n", path.c_str(), errno)); in ReadProcessStatus() 252 result.append(StringPrintf("Failed to access path(%s), errno(%d).\n", path.c_str(), errno)); in ReadProcessWchan()
|
/base/hiviewdfx/faultloggerd/tools/crash_validator/ |
H A D | crash_validator.cpp | 283 if (((len = read(fd, kmsg, sizeof(kmsg))) == -1) && errno == EPIPE) { in ReadServiceCrashStatus() 286 if (len == -1 && errno == EINVAL) { in ReadServiceCrashStatus()
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dfx_maps.cpp | 107 DFXLOGE("Failed to open %{public}s, err=%{public}d", path.c_str(), errno); in Parse() 139 DFXLOGE("Failed to get maps(%{public}s), err(%{public}d).", path.c_str(), errno); in Parse()
|
/base/msdp/device_status/test/unittest/intention/common/src/ |
H A D | epoll_manager_test.cpp | 61 FI_HILOGE("Close timer fd failed, error:%{public}s, timerFd_:%{public}d", strerror(errno), inotifyFd_); in ~MonitorEvent() 82 FI_HILOGE("Epoll hangup, errno:%{public}s", strerror(errno)); in Dispatch()
|
/base/notification/eventhandler/frameworks/eventhandler/src/ |
H A D | deamon_io_waiter.cpp | 254 if (errno != EINTR && errno != EINVAL) { in EpollWaitFor()
|
/base/security/huks/services/huks_standard/huks_service/main/upgrade/file_transfer/src/ |
H A D | hks_file_transfer.c | 29 #include <errno.h> 273 HKS_LOG_E("move de file path to old file path failed, error code is %" LOG_PUBLIC "d.", errno); in CopyDeToTmpPathIfNeed()
|
/base/startup/init/services/param/adapter/ |
H A D | param_dac.c | 15 #include <errno.h>
238 PARAM_CHECK(pDir != NULL, return -1, "Read dir :%s failed.%d", path, errno);
in DacGetParamSecurityLabel()
|
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_event.cpp | 245 if (errno == EINTR) { in EventMessageLoop() 248 TELEPHONY_LOGE("select error (%{public}d)", errno); in EventMessageLoop()
|
/base/update/updater/services/package/pkg_manager/ |
H A D | pkg_utils.cpp | 120 if (ret && errno != EEXIST) { in GetFileSize() 131 if (ret && errno != EEXIST) { in GetFileSize()
|
/foundation/ability/idl_tool/idl_tool_2/util/ |
H A D | file.cpp | 226 if (errno != ENOENT) { in CreatePartDir() 325 Logger::E(TAG, "failed to open '%s', errno:%d", dirPath.c_str(), errno); in CreatePartDir()
|
/foundation/ai/intelligent_voice_framework/llt/hdt/depend_libs/src/ |
H A D | file_ex.cpp | 170 UTILS_LOGE("write file failed!errno:%{public}d, err:%{public}s", errno, strerror(errno)); in SaveStringToFd()
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | container.cpp | 244 if (errno == ENOENT) { in IsFontFileExistInPath() 246 } else if (errno == EACCES) { in IsFontFileExistInPath()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/extend_resource/ |
H A D | extend_resource_manager_proxy.cpp | 318 APP_LOGE("open file failed, errno:%{public}d", errno); in CopyFiles() 333 APP_LOGE("write file to the temp dir failed, errno %{public}d", errno); in CopyFiles()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/quick_fix/ |
H A D | quick_fix_manager_proxy.cpp | 233 LOG_E(BMS_TAG_DEFAULT, "open file failed, errno:%{public}d", errno); in CopyFiles() 248 LOG_E(BMS_TAG_DEFAULT, "write file to the temp dir failed, errno %{public}d", errno); in CopyFiles()
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/ |
H A D | playlist_downloader.cpp | 126 MEDIA_LOG_E("Failed to read, errno " PUBLIC_LOG_D32, static_cast<int32_t>(errno)); in DoOpenNative() 192 MEDIA_LOG_E("seek to " PUBLIC_LOG_U64 " failed due to " PUBLIC_LOG_S, offset, strerror(errno)); in SeekTo()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
H A D | memory_manager.cpp | 110 IMAGE_LOGE("SharedMemory::Create AshmemSetProt errno %{public}d.", errno);
in Create() 116 IMAGE_LOGE("SharedMemory::Create mmap failed, errno:%{public}d", errno);
in Create()
|
/foundation/multimedia/image_effect/frameworks/native/effect/manager/memory_manager/ |
H A D | effect_memory.cpp | 207 EFFECT_LOGE("SharedMemory::Alloc AshmemSetProt errno %{public}d.", errno); in Alloc() 213 EFFECT_LOGE("SharedMemory::Alloc mmap failed, errno:%{public}d", errno); in Alloc()
|
/foundation/multimedia/player_framework/services/utils/ |
H A D | uri_helper.cpp | 65 errno = 0; in StrToInt() 70 CHECK_AND_RETURN_RET_LOG(end != addr && end[0] == '\0' && errno != ERANGE, false, in StrToInt()
|
/foundation/resourceschedule/frame_aware_sched/test/unittest/phone/ |
H A D | rtg_interface_test.cpp | 402 ASSERT_TRUE(pid[i] >= 0) << "> parent: fork errno = " << errno; in HWTEST_F() 430 ASSERT_TRUE(pid[i] >= 0) << "> parent: fork errno = " << errno; in HWTEST_F()
|
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/ |
H A D | cgroup_adjuster.cpp | 67 __func__, strerror(errno)); in AdjustForkProcessGroup() 74 __func__, strerror(errno)); in AdjustForkProcessGroup()
|