/external/qemu/distrib/sdl-1.2.15/src/cdrom/aix/ |
SDL_syscdrom.c | 103 fprintf(stderr, "Could not open drive %s (%s)\n", drive, strerror(errno)); 351 SDL_SetError("ioctl() error: %s", strerror(errno)); 399 fprintf(stderr, "Could not open drive %s (%s)\n", cdromname, strerror(errno)); 412 cdromname, strerror(errno)); 451 cdromname, strerror(errno)); 454 strerror(errno));
|
/external/qemu/distrib/sdl-1.2.15/src/video/wscons/ |
SDL_wsconsvideo.c | 162 strerror(errno)); 171 WSCONS_ReportError("open %s: %s", devname, strerror(errno)); 175 WSCONS_ReportError("ioctl WSDISPLAY_GINFO: %s", strerror(errno)); 179 WSCONS_ReportError("ioctl WSDISPLAY_GTYPE: %s", strerror(errno)); 183 WSCONS_ReportError("ioctl WSDISPLAYIO_LINEBYTES: %s", strerror(errno)); 289 WSCONS_ReportError("mmap: %s", strerror(errno));
|
/frameworks/base/core/jni/ |
com_android_internal_content_NativeLibraryHelper.cpp | 112 ALOGV("Couldn't stat %s, copying: %s\n", filePath, strerror(errno)); 132 ALOGV("Couldn't open file %s: %s", filePath, strerror(errno)); 233 ALOGI("Couldn't open temporary file name: %s: %s\n", localTmpFileName, strerror(errno)); 252 ALOGI("Couldn't change modification time on %s: %s\n", localTmpFileName, strerror(errno)); 260 ALOGI("Couldn't change permissions on %s: %s\n", localTmpFileName, strerror(errno)); 267 ALOGI("Couldn't rename %s to %s: %s\n", localTmpFileName, localFileName, strerror(errno));
|
android_view_InputQueue.cpp | 105 ALOGW("Failed to read from native dispatch pipe: %s", strerror(errno)); 180 ALOGW("Failed writing to dispatch fd: %s", strerror(errno)); 188 ALOGW("Could not create native input dispatching pipe: %s", strerror(errno));
|
/frameworks/native/cmds/servicemanager/ |
binder.c | 109 strerror(errno)); 123 strerror(errno)); 162 strerror(errno)); 354 fprintf(stderr,"binder: ioctl failed (%s)\n", strerror(errno)); 390 ALOGE("binder_loop: ioctl failed (%s)\n", strerror(errno)); 400 ALOGE("binder_loop: io error %d %s\n", res, strerror(errno));
|
/system/extras/tests/iptables/qtaguid/ |
socketTag.cpp | 54 testPrintE("qtaguid ctrl open failed: %s", strerror(errno)); 73 testPrintI("cmd: '%s' res=%d %d/%s", buff, res, errno, strerror(errno)); 89 testPrintE("qtaguid param open failed: %s", strerror(errno)); 94 testPrintE("qtaguid param write failed: %s", strerror(errno)); 104 testPrintE("socket creation failed: %s", strerror(errno)); 151 errno, strerror(errno));
|
/bionic/tests/ |
stdlib_test.cpp | 208 ASSERT_NE(-1, pid) << strerror(errno); 237 ASSERT_NE(-1, pid) << strerror(errno); 254 ASSERT_NE(-1, pid) << strerror(errno);
|
/bootable/recovery/ |
install.cpp | 126 fprintf(stdout, "E:Can't run %s (%s)\n", binary, strerror(errno)); 236 LOGE("Can't open %s\n(%s)\n", path, err != -1 ? strerror(err) : "bad"); 263 LOGE("failed to open last_install: %s\n", strerror(errno));
|
/external/checkpolicy/ |
checkmodule.c | 60 file, strerror(errno)); 65 file, strerror(errno)); 73 fprintf(stderr, "Can't map '%s': %s\n", file, strerror(errno));
|
/external/chromium_org/ui/ozone/platform/dri/ |
hardware_display_controller.cc | 273 LOG(ERROR) << "Failed to modeset: error='" << strerror(errno) 303 LOG(ERROR) << "Cannot page flip: error='" << strerror(errno) << "'" 325 LOG(ERROR) << "Cannot display on overlay: " << strerror(errno);
|
/external/libunwind/tests/ |
Gtest-bt.c | 225 panic ("sigaction: %s\n", strerror (errno)); 239 panic ("sigaltstack: %s\n", strerror (errno)); 245 panic ("sigaction: %s\n", strerror (errno));
|
/external/sepolicy/tools/ |
sepolicy-check.c | 196 fprintf(stderr, "Can't open '%s': %s\n", filename, strerror(errno)); 200 fprintf(stderr, "Can't stat '%s': %s\n", filename, strerror(errno)); 206 fprintf(stderr, "Can't mmap '%s': %s\n", filename, strerror(errno));
|
/external/wpa_supplicant_8/src/wps/ |
http_client.c | 99 strerror(errno)); 156 strerror(errno)); 164 strerror(errno));
|
/frameworks/base/cmds/idmap/ |
inspect.cpp | 38 printe("failed to stat idmap '%s': %s\n", idmap_path, strerror(errno)); 43 printe("failed to open idmap '%s': %s\n", idmap_path, strerror(errno)); 48 printe("failed to mmap idmap: %s\n", strerror(errno));
|
/frameworks/base/libs/androidfw/ |
BackupData.cpp | 159 ALOGD("Not writing data - stream in error state %d (%s)", m_status, strerror(m_status)); 170 if (DEBUG) ALOGD("write returned error %d (%s)", m_status, strerror(m_status)); 214 long(actual), long(expected), __LINE__, strerror(m_status)); \
|
/frameworks/native/libs/gui/ |
CpuConsumer.cpp | 117 CC_LOGE("Error acquiring buffer: %s (%d)", strerror(err), err); 150 strerror(-err), err); 170 strerror(-err), err);
|
/hardware/invensense/65xx/libsensors_iio/ |
MPLSupport.cpp | 93 c, nb, strerror(err), err); 114 LOGE("HAL:write fd %d returned '%s' (%d)", fd, strerror(err), err); 137 LOGE("HAL:write fd %d returned '%s' (%d)", fd, strerror(err), err);
|
/hardware/ti/omap4-aah/ion/ |
ion_test.c | 44 printf("%s failed: %s\n", __func__, strerror(ret)); 58 printf("%s failed: %s %p\n", __func__, strerror(ret), handle); 160 printf("share failed %s\n", strerror(errno));
|
/system/core/libcutils/ |
sched_policy.c | 104 ptr, strerror(errno), policy); 119 SLOGE("open of %s failed: %s\n", filename, strerror(errno)); 125 SLOGE("open of %s failed: %s\n", filename, strerror(errno));
|
/system/core/libion/ |
ion_test.c | 52 printf("%s failed: %s\n", __func__, strerror(ret)); 66 printf("%s failed: %s %d\n", __func__, strerror(ret), handle); 143 printf("share failed %s\n", strerror(errno));
|
/system/core/toolbox/ |
lsof.c | 81 snprintf(link_dest, sizeof(link_dest), "%s (readlink: %s)", info->path, strerror(errno)); 142 snprintf(msg, sizeof(msg), "%s (opendir: %s)", info->path, strerror(errno)); 199 fprintf(stderr, "Error reading cmdline: %s: %s\n", info.path, strerror(errno));
|
vmstat.c | 142 fprintf(stderr, "vmstat: could not read /proc/meminfo: %s\n", strerror(error)); 148 fprintf(stderr, "vmstat: could not read /proc/stat: %s\n", strerror(error)); 154 fprintf(stderr, "vmstat: could not read /proc/vmstat: %s\n", strerror(error));
|
/system/extras/tests/bionic/libc/other/ |
test_jpeg.c | 226 fprintf(stderr, "clock_gettime: %s\n", strerror(errno) ); 232 fprintf(stderr, "gettimeofday: %s\n", strerror(errno) ); 315 fprintf(stderr, "could not open '%s': %s\n", argv[1], strerror(errno) );
|
/bionic/libc/bionic/ |
pthread_create.cpp | 91 "pthread_create sched_setscheduler call failed: %s", strerror(errno)); 113 thread->attr.stack_size, strerror(errno)); 121 thread->attr.guard_size, strerror(errno)); 234 __libc_format_log(ANDROID_LOG_WARN, "libc", "pthread_create failed: clone failed: %s", strerror(errno));
|
/bionic/libstdc++/include/ |
cstring | 55 using ::strerror;
|