/external/chromium_org/net/tools/flip_server/ |
create_listener.cc | 138 << "): " << strerror(errno) << "\n"; 180 << "): " << strerror(errno) << "\n"; 183 // " : " << strerror(errno) << "\n"; 207 << "): " << strerror(errno) << "\n"; 209 // " : " << strerror(errno) << "\n"; 266 << "): " << strerror(errno); 282 << "): " << strerror(errno);
|
/hardware/broadcom/libbt/src/ |
upio.c | 161 path, strerror(errno), errno); 296 rfkill_state_path, strerror(errno), errno); 304 rfkill_state_path, strerror(errno),errno); 350 VENDOR_LPM_PROC_NODE, strerror(errno), errno); 373 VENDOR_LPM_PROC_NODE, strerror(errno),errno); 448 VENDOR_BTWRITE_PROC_NODE, strerror(errno), errno); 461 VENDOR_BTWRITE_PROC_NODE, strerror(errno),errno);
|
/system/core/adf/libadfhwc/ |
adfhwc.cpp | 93 ALOGE("failed to get ADF interface data: %s", strerror(err)); 156 ALOGE("failed to get ADF interface data: %s", strerror(err)); 173 ALOGE("error reading event from display %d: %s", disp, strerror(err)); 227 ALOGE("error in event thread: %s", strerror(errno)); 251 ALOGE("failed to dup interface fd: %s", strerror(errno)); 261 i, strerror(errno)); 269 ALOGE("failed to create event thread: %s", strerror(ret));
|
/system/core/libprocessgroup/ |
processgroup.cpp | 74 SLOGW("failed to open %s: %s", path, strerror(errno)); 191 SLOGE("failed to open %s: %s", PROCESSGROUP_CGROUP_PATH, strerror(errno)); 239 SLOGW("failed to kill pid %d: %s", pid, strerror(errno)); 306 SLOGE("failed to make and chown %s: %s", path, strerror(-ret)); 314 SLOGE("failed to make and chown %s: %s", path, strerror(-ret)); 323 SLOGE("failed to open %s: %s", path, strerror(errno)); 333 SLOGE("failed to write '%s' to %s: %s", pid, path, strerror(errno));
|
/hardware/intel/img/libdrm/tests/modetest/ |
modetest.c | 127 resources->encoders[i], strerror(errno)); 181 resources->connectors[i], strerror(errno)); 222 resources->crtcs[i], strerror(errno)); 249 resources->fbs[i], strerror(errno)); 289 resources->connectors[i], strerror(errno)); 328 resources->encoders[i], strerror(errno)); 400 strerror(errno)); 432 strerror(errno)); 439 strerror(errno)); 484 fprintf(stderr, "failed to init bufmgr: %s\n", strerror(errno)) [all...] |
/ndk/sources/host-tools/sed-4.2.1/sed/ |
utils.c | 93 fprintf (stderr, _("cannot remove %s: %s"), open_files->name, strerror (errno)); 164 panic(_("couldn't open file %s: %s"), name, strerror(errno)); 187 panic(_("couldn't attach to %s: %s"), name, strerror(errno)); 228 panic(_("couldn't open temporary file %s: %s"), template, strerror(errno)); 248 nmemb, utils_fp_name(stream), strerror(errno)); 261 panic(_("read error on %s: %s"), utils_fp_name(stream), strerror(errno)); 277 panic (_("read error on %s: %s"), utils_fp_name(stream), strerror(errno)); 289 panic("couldn't flush %s: %s", utils_fp_name(stream), strerror(errno)); 338 panic("couldn't close %s: %s", utils_fp_name(fp), strerror(errno)); 380 panic (_("couldn't follow symlink %s: %s"), buf, strerror(errno)) [all...] |
/frameworks/native/opengl/libs/EGL/ |
egl_cache.cpp | 232 strerror(errno), errno); 240 strerror(errno), errno); 250 strerror(errno), errno); 258 ALOGE("error writing cache contents: %s (%d)", strerror(-err), 272 ALOGE("error writing cache file: %s (%d)", strerror(errno), 294 strerror(errno), errno); 301 ALOGE("error stat'ing cache file: %s (%d)", strerror(errno), errno); 317 ALOGE("error mmaping cache file: %s (%d)", strerror(errno), 339 ALOGE("error reading cache contents: %s (%d)", strerror(-err),
|
/bootable/recovery/minui/ |
graphics_adf.c | 89 fprintf(stderr, "allocating surface 0 failed: %s\n", strerror(-err)); 97 fprintf(stderr, "allocating surface 1 failed: %s\n", strerror(-err)); 157 strerror(-n_dev_ids)); 169 strerror(-err)); 176 dev_ids[i], strerror(-err));
|
/device/generic/goldfish/camera/ |
PreviewWindow.cpp | 74 __FUNCTION__, res, strerror(res)); 129 __FUNCTION__, -res, strerror(-res)); 144 __FUNCTION__, -res, strerror(-res)); 152 __FUNCTION__, -res, strerror(-res)); 165 __FUNCTION__, res, strerror(res));
|
/frameworks/native/cmds/ip-up-vpn/ |
ip-up-vpn.c | 71 ALOGE("Cannot create state: %s", strerror(errno)); 97 ALOGE("Cannot bring up %s: %s", interface, strerror(errno)); 104 ALOGE("Cannot set address: %s", strerror(errno)); 111 ALOGE("Cannot set netmask: %s", strerror(errno)); 131 ALOGE("Cannot write state: %s", strerror(errno));
|
/frameworks/webview/chromium/loader/ |
loader.cpp | 51 vsize, strerror(errno)); 67 ALOGW("Failed to unlink old file %s: %s", relro, strerror(errno)); 75 ALOGE("Failed to create temporary file %s: %s", relro_tmp, strerror(errno)); 93 ALOGE("Failed to update relro file %s: %s", relro, strerror(errno)); 104 ALOGE("Failed to open relro file %s: %s", relro, strerror(errno));
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc_vsync.cpp | 45 __FUNCTION__, dpy, enable, strerror(errno)); 99 __FUNCTION__, dpy, strerror(errno)); 124 __FUNCTION__, dpy, strerror(errno)); 142 strerror(errno)); 179 HWC_VSYNC_THREAD_NAME, strerror(ret));
|
/bootable/recovery/applypatch/ |
applypatch.c | 63 printf("failed to stat \"%s\": %s\n", filename, strerror(errno)); 72 printf("failed to open \"%s\": %s\n", filename, strerror(errno)); 203 partition, strerror(errno)); 315 filename, strerror(errno)); 323 strerror(errno)); 328 printf("fsync of \"%s\" failed: %s\n", filename, strerror(errno)); 332 printf("close of \"%s\" failed: %s\n", filename, strerror(errno)); 337 printf("chmod of \"%s\" failed: %s\n", filename, strerror(errno)); 341 printf("chown of \"%s\" failed: %s\n", filename, strerror(errno)); 419 printf("failed to open %s: %s\n", partition, strerror(errno)) [all...] |
/external/ipsec-tools/src/racoon/ |
privsep.c | 91 strerror(errno)); 122 strerror(errno)); 136 "failed to allocate memory: %s\n", strerror(errno)); 147 strerror(errno)); 188 "Cannot allocate privsep_sock: %s\n", strerror(errno)); 195 strerror(errno)); 204 strerror(errno)); 210 strerror(errno)); 218 strerror(errno)); 225 strerror(errno)) [all...] |
/external/chromium_org/native_client_sdk/src/tests/nacl_io_socket_test/ |
socket_test.cc | 347 << "Failed with " << errno << ": " << strerror(errno); 354 << "socket write failed with: " << strerror(errno); 379 << "expected EINPROGRESS but got: " << strerror(errno); 454 << "Failed with " << errno << ": " << strerror(errno); 547 << "Failed with " << errno << ": " << strerror(errno); 555 ASSERT_EQ(EWOULDBLOCK, errno) << "send failed: " << strerror(errno); 563 ASSERT_EQ(EWOULDBLOCK, errno) << "recv failed: " << strerror(errno); 616 << "listen failed with: " << strerror(errno); 623 << "Failed with " << errno << ": " << strerror(errno); 639 << "accept failed with " << errno << ": " << strerror(errno) [all...] |
/system/vold/ |
Volume.cpp | 266 SLOGE("Failed to initialize MBR (%s)", strerror(errno)); 279 SLOGE("Failed to format (%s)", strerror(errno)); 298 SLOGE("Error opening /proc/mounts (%s)", strerror(errno)); 362 SLOGE("Failed to get device nodes (%s)\n", strerror(errno)); 400 strerror(errno)); 410 SLOGE("Failed to get device nodes (%s)\n", strerror(errno)); 433 SLOGE("%s failed FS checks (%s)", devicePath, strerror(errno)); 443 SLOGE("%s failed to mount via VFAT (%s)\n", devicePath, strerror(errno)); 450 SLOGE("Failed to mount secure area (%s)", strerror(errno)); 481 SLOGE("Failed to rename legacy asec dir (%s)", strerror(errno)) [all...] |
/device/generic/goldfish/libqemu/ |
test_guest_1.c | 54 fprintf(stderr, "Could not open '%s' pipe: %s\n", PIPE_NAME, strerror(errno)); 72 fprintf(stderr,"Sending %d bytes failed: %s\n", len, strerror(errno)); 81 fprintf(stderr, "Receiving failed (ret=%d): %s\n", ret, strerror(errno));
|
test_host_2.c | 97 fprintf(stderr, "Could not start server: %s\n", strerror(errno)); 104 fprintf(stderr, "Server error: %s\n", strerror(errno)); 116 fprintf(stderr, "Client read error: %s\n", strerror(errno));
|
/external/chromium_org/third_party/android_crazy_linker/src/tests/ |
test_util.h | 53 fprintf(stderr, ": %s\n", strerror(old_errno)); 138 Panic("Could not create temporary directory name: %s\n", strerror(errno)); 140 Panic("Could not create temporary directory %s: %s\n", strerror(errno)); 147 Panic("Could not open directory %s: %s\n", strerror(errno)); 156 Panic("Could not remove %s: %s\n", file_path.c_str(), strerror(errno)); 161 Panic("Could not remove dir %s: %s\n", path_, strerror(errno)); 185 Panic("Could not open file for reading: %s: %s\n", path, strerror(errno)); 201 Panic("Could not read /proc/self/exe: %s\n", strerror(errno)); 333 strerror(errno)); 358 strerror(errno)) [all...] |
/external/chromium_org/third_party/libusb/src/msvc/ |
errno.h | 19 * names given by strerror and the defines in the Cygnus errno.h. A lot 21 * of the descriptions returned by strerror do not obviously match 40 #define EBUSY 16 /* strerror reports "Resource device" */
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/ |
mmap-basic.c | 52 cpus->map[0], strerror(errno)); 82 strerror(errno)); 92 strerror(errno));
|
/external/wpa_supplicant_8/src/ap/ |
iapp.c | 207 wpa_printf(MSG_INFO, "sendto[IAPP-ADD]: %s", strerror(errno)); 234 wpa_printf(MSG_INFO, "send[L2 Update]: %s", strerror(errno)); 323 strerror(errno)); 402 strerror(errno)); 411 strerror(errno)); 419 strerror(errno)); 434 strerror(errno)); 453 strerror(errno)); 465 strerror(errno)); 473 strerror(errno)) [all...] |
/external/wpa_supplicant_8/src/drivers/ |
rfkill.c | 63 strerror(errno)); 120 "%s", strerror(errno)); 130 strerror(errno));
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
ZslProcessor.cpp | 154 mId, strerror(-res), res); 163 mId, strerror(-res), res); 172 mId, strerror(-res), res); 193 strerror(-res), res); 201 strerror(-res), res); 240 mZslReprocessStreamId, strerror(-res), res); 249 mZslStreamId, strerror(-res), res); 339 __FUNCTION__, mId, strerror(-res), res); 347 __FUNCTION__, strerror(-res), res); 359 strerror(-res), res) [all...] |
/frameworks/native/libs/gui/ |
BufferItemConsumer.cpp | 67 BI_LOGE("Error acquiring buffer: %s (%d)", strerror(err), err); 76 strerror(-err), err); 98 strerror(-err), err);
|