HomeSort by relevance Sort by last modified time
    Searched refs:strerror (Results 201 - 225 of 937) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/protobuf/src/google/protobuf/testing/
file.cc 88 << "fopen(" << name << ", \"wb\"): " << strerror(errno);
91 << "fwrite(" << name << "): " << strerror(errno);
93 << "fclose(" << name << "): " << strerror(errno);
googletest.cc 125 GOOGLE_CHECK(mkdir(name_.c_str(), 0777) == 0) << strerror(errno);
160 GOOGLE_CHECK(fd >= 0) << "open: " << strerror(errno);
175 GOOGLE_CHECK(fd >= 0) << "open: " << strerror(errno);
  /external/wpa_supplicant_8/src/drivers/
rfkill.c 69 strerror(errno));
126 "%s", strerror(errno));
136 strerror(errno));
  /external/wpa_supplicant_8/src/wps/
wps_ufd.c 67 errno, strerror(errno));
119 "'%s': %d (%s)", path, errno, strerror(errno));
164 temp, strerror(errno));
  /frameworks/base/libs/binder/
MemoryHeapBase.cpp 56 LOGE_IF(fd<0, "error creating ashmem region: %s", strerror(errno));
75 LOGE_IF(fd<0, "error opening %s: %s", device, strerror(errno));
131 fd, uint32_t(size), strerror(errno));
  /frameworks/base/libs/utils/
Tokenizer.cpp 58 LOGE("Error opening file '%s', %s.", filename.string(), strerror(errno));
63 LOGE("Error getting size of file '%s', %s.", filename.string(), strerror(errno));
83 LOGE("Error reading file '%s', %s.", filename.string(), strerror(errno));
  /libcore/luni/src/main/native/
libcore_net_RawSocket.cpp 72 LOGE("Can't create socket %s", strerror(errno));
79 LOGE("Can't set non-blocking mode on socket %s", strerror(errno));
86 LOGE("Socket bind error %s", strerror(errno));
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
tst-regex2.c 37 printf ("Couldn't open %s: %s\n", argv[1], strerror (errno));
43 printf ("Couldn't fstat %s: %s\n", argv[1], strerror (errno));
50 printf ("Couldn't allocate buffer: %s\n", strerror (errno));
  /system/core/libcutils/
sched_policy.c 90 ptr, strerror(errno), policy == SP_BACKGROUND ? 1 : 0);
105 SLOGE("open of %s failed: %s\n", filename, strerror(errno));
111 SLOGE("open of %s failed: %s\n", filename, strerror(errno));
  /system/core/toolbox/
notify.c 63 fprintf(stderr, "inotify_init failed, %s\n", strerror(errno));
71 fprintf(stderr, "inotify_add_watch failed for %s, %s\n", file_names[i], strerror(errno));
90 fprintf(stderr, "could not get event, %s\n", strerror(errno));
  /development/tools/yuv420sp2rgb/
yuv420sp2rgb.c 232 infile, strerror(errno), errno);
237 outfile, strerror(errno), errno);
242 strerror(errno), errno);
247 strerror(errno), errno);
252 strerror(errno), errno);
257 strerror(errno), errno);
  /external/ipsec-tools/src/racoon/
evt.c 148 strerror(errno));
154 strerror(errno));
208 "evt_dump failed: %s\n", strerror(errno));
232 strerror(errno));
283 strerror(errno));
367 strerror(errno));
main.c 329 strerror(errno));
339 "cannot clear logname: %s\n", strerror(errno));
  /external/mtpd/
mtpd.c 169 log_print(FATAL, "Pipe() %s", strerror(errno));
193 log_print(FATAL, "Poll() %s", strerror(errno));
274 strerror(errno) : gai_strerror(error));
291 log_print(FATAL, "Connect() %s", strerror(errno));
311 log_print(FATAL, "Fork() %s", strerror(errno));
346 log_print(FATAL, "Exec() %s", strerror(errno));
  /frameworks/base/core/jni/
com_android_internal_content_NativeLibraryHelper.cpp 104 LOGV("Couldn't stat %s, copying: %s\n", filePath, strerror(errno));
124 LOGV("Couldn't open file %s: %s", filePath, strerror(errno));
225 LOGI("Couldn't open temporary file name: %s: %s\n", localTmpFileName, strerror(errno));
244 LOGI("Couldn't change modification time on %s: %s\n", localTmpFileName, strerror(errno));
252 LOGI("Couldn't change permissions on %s: %s\n", localTmpFileName, strerror(errno));
259 LOGI("Couldn't rename %s to %s: %s\n", localTmpFileName, localFileName, strerror(errno));
android_os_ParcelFileDescriptor.cpp 42 jniThrowException(env, "java/io/IOException", strerror(errno));
60 jniThrowException(env, "java/io/IOException", strerror(therr));
  /ndk/sources/host-tools/sed-4.2.1/lib/
string.in.h 577 # undef strerror macro
578 # define strerror rpl_strerror macro
579 extern char *strerror (int);
582 # undef strerror macro
583 # define strerror(e) \ macro
584 (GL_LINK_WARNING ("strerror is unportable - " \
585 "use gnulib module strerror to guarantee non-NULL result"), \
586 strerror (e))
  /system/core/init/
util.c 90 ERROR("Failed to open socket '%s': %s\n", name, strerror(errno));
101 ERROR("Failed to unlink old socket '%s': %s\n", name, strerror(errno));
107 ERROR("Failed to bind socket '%s': %s\n", name, strerror(errno));
241 ERROR("clock_gettime(CLOCK_MONOTONIC) failed: %s\n", strerror(errno));
307 ERROR("Failed to create directory %s: %s (%d)\n", buf, strerror(errno), errno);
311 ERROR("Failed to symlink %s to %s: %s (%d)\n", oldpath, newpath, strerror(errno), errno);
  /system/netd/
SoftapController.cpp 185 LOGE("fork failed (%s)", strerror(errno));
195 LOGE("execl failed (%s)", strerror(errno));
314 LOGE("Cannot update \"%s\": %s", HOSTAPD_CONF_FILE, strerror(errno));
320 LOGE("Cannot write to \"%s\": %s", HOSTAPD_CONF_FILE, strerror(errno));
330 HOSTAPD_CONF_FILE, strerror(errno));
337 HOSTAPD_CONF_FILE, AID_WIFI, strerror(errno));
  /dalvik/libdex/
CmdUtils.cpp 60 outFileName, strerror(errno));
181 fileName, strerror(errno));
  /development/tools/emulator/opengl/system/OpenglSystemCommon/
QemuPipeStream.cpp 108 ERR("QemuPipeStream::writeFully failed: %s\n", strerror(errno));
134 buf, strerror(errno));
  /device/moto/stingray/sensors/
AccelerationSensor.cpp 77 LOGE_IF(err, "KXTF9_IOCTL_SET_ENABLE failed (%s)", strerror(-err));
104 LOGE_IF(err, "KXTF9_IOCTL_SET_ENABLE failed (%s)", strerror(-err));
  /external/dropbear/
dbutil.c 286 len = 20 + strlen(strerror(err));
288 snprintf(*errstring, len, "Error listening: %s", strerror(err));
290 TRACE(("leave dropbear_listen: failure, %s", strerror(err)))
349 TRACE(("Failed non-blocking: %s", strerror(errno)))
373 len = 20 + strlen(strerror(err));
375 snprintf(*errstring, len, "Error connecting: %s", strerror(err));
377 TRACE(("Error connecting: %s", strerror(err)))
617 dropbear_exit("Error closing fd %d, %s", fd, strerror(errno));
  /external/e2fsprogs/misc/
uuidd.c 246 pidfile_path, strerror(errno));
263 pidfile_path, strerror(errno));
278 "socket: %s"), strerror(errno));
307 socket_path, strerror(errno));
316 strerror(errno));
529 err_context, strerror(errno));
556 err_context, strerror(errno));
580 strerror(errno));
  /external/qemu/
oslib-posix.c 37 fprintf(stderr, "Failed to allocate memory: %s\n", strerror(errno));
51 size, strerror(ret));

Completed in 2588 milliseconds

1 2 3 4 5 6 7 891011>>