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

1 2 3 4 56 7 8 91011>>

  /external/bluetooth/hcidump/src/
bpasniff.c 272 dev, strerror(errno), errno);
279 dev, strerror(errno), errno);
291 dev, strerror(errno), errno);
405 dev, strerror(errno), errno);
411 dev, strerror(errno), errno);
418 dev, strerror(errno), errno);
425 dev, strerror(ENOSYS), ENOSYS);
432 dev, strerror(errno), errno);
441 dev, strerror(errno), errno);
448 dev, strerror(errno), errno)
    [all...]
  /frameworks/base/voip/jni/rtp/
RtpStream.cpp 52 jniThrowException(env, "java/net/SocketException", strerror(errno));
84 jniThrowException(env, "java/net/SocketException", strerror(errno));
93 jniThrowException(env, "java/lang/IllegalStateException", strerror(errno));
  /ndk/sources/host-tools/sed-4.2.1/lib/
strerror.c 0 /* strerror.c --- POSIX compatible system error routine
35 # undef strerror macro
37 # define strerror(n) NULL macro
333 char *result = strerror (n);
  /system/core/fastboot/
protocol.c 52 sprintf(ERROR, "status read failed (%s)", strerror(errno));
120 sprintf(ERROR,"command write failed (%s)", strerror(errno));
138 sprintf(ERROR, "data transfer failure (%s)", strerror(errno));
  /system/core/nexus/
nexctl.c 47 fprintf(stderr, "Error connecting (%s)\n", strerror(errno));
98 fprintf(stderr, "Error in select (%s)\n", strerror(errno));
111 fprintf(stderr, "Error reading data (%s)\n", strerror(errno));
  /system/core/toolbox/
sendevent.c 63 fprintf(stderr, "could not open %s, %s\n", argv[optind], strerror(errno));
67 fprintf(stderr, "could not get driver version for %s, %s\n", argv[optind], strerror(errno));
76 fprintf(stderr, "write event failed, %s\n", strerror(errno));
  /system/extras/fatblock/
fatblock.c 90 filename, strerror(errno));
113 filename, strerror(errno));
171 DIE("fatblock: chdir(%s) failed: %s; aborting\n", path, strerror(errno));
  /system/netd/
PppController.cpp 77 LOGE("fork failed (%s)", strerror(errno));
97 LOGE("execl failed (%s)", strerror(errno));
137 LOGE("Error opening /sys/class/tty (%s)", strerror(errno));
ndc.c 47 fprintf(stderr, "Error connecting (%s)\n", strerror(errno));
98 fprintf(stderr, "Error in select (%s)\n", strerror(errno));
111 fprintf(stderr, "Error reading data (%s)\n", strerror(errno));
  /system/vold/
vdc.c 48 fprintf(stderr, "Error connecting (%s)\n", strerror(errno));
102 fprintf(stderr, "Error in select (%s)\n", strerror(errno));
115 fprintf(stderr, "Error reading data (%s)\n", strerror(errno));
  /frameworks/base/libs/utils/
BackupHelpers.cpp 169 LOGW("write_snapshot_file error writing header %s", strerror(errno));
181 LOGW("write_snapshot_file error writing header %s", strerror(errno));
188 LOGW("write_snapshot_file error writing filename %s", strerror(errno));
197 paddingLen, strerror(errno));
528 LOGE("Error %d (%s) from lstat64(%s)", err, strerror(err), filepath.string());
543 LOGE("Error %d (%s) from open(%s)", err, strerror(err), filepath.string());
692 err, strerror(err));
763 (long)amt, strerror(errno));
781 LOGW("Could not open file %s -- %s", filename.string(), strerror(errno));
789 LOGW("Error '%s' writing '%s'", strerror(errno), filename.string())
    [all...]
  /bootable/recovery/minzip/
SysUtil.c 40 strerror(errno));
132 fd, (int) start, strerror(errno));
178 (int) actualLength, fd, (int) actualStart, strerror(errno));
205 pMap->baseAddr, (int)pMap->baseLength, strerror(errno));
  /build/tools/atree/
fs.cpp 35 strerror(errno));
50 path.c_str(), strerror(errno));
99 strerror(errno));
126 path.c_str(), strerror(errno));
  /development/tools/emulator/system/libqemu/
test_host_1.c 195 fprintf(stderr, "Could not start server: %s\n", strerror(errno));
203 fprintf(stderr, "Server error: %s\n", strerror(errno));
215 fprintf(stderr, "Client read error: %s\n", strerror(errno));
229 fprintf(stderr, "Client write error: %s\n", strerror(errno));
  /device/samsung/crespo/recovery/
recovery_ui.c 55 printf("try %d: %s\n", tries, strerror(errno));
  /device/samsung/tuna/recovery/
recovery_ui.c 55 printf("try %d: %s\n", tries, strerror(errno));
  /external/bluetooth/bluez/test/
attest.c 88 strerror(errno), errno);
109 strerror(errno), errno);
119 strerror(errno), errno);
131 strerror(errno), errno);
  /external/llvm/lib/Support/
Errno.cpp 33 std::string StrError() {
34 return StrError(errno);
38 std::string StrError(int errnum) {
57 // Copy the thread un-safe result of strerror into
59 // of collision of strerror in multiple threads.
61 strncpy(buffer,strerror(errnum),MaxErrStrLen-1);
64 // Strange that this system doesn't even have strerror
  /external/valgrind/main/none/tests/
syscall-restart1.c 48 ret, strerror(errno), ch);
syscall-restart2.c 48 ret, strerror(errno), ch);
  /external/webkit/Source/WebKit/android/wds/
Connection.cpp 38 #define log_errno(x) LOGE("%s: %d", x, strerror(errno))
  /external/webkit/Source/WebKit/efl/ewk/
ewk_tiled_private.h 32 #define OOM(op, size) CRITICAL("could not %s %zd bytes: %s", op, size, strerror(errno))
  /external/wpa_supplicant_8/src/drivers/
netlink.c 59 strerror(errno));
111 "socket: %s", strerror(errno));
122 "socket: %s", strerror(errno));
200 strerror(errno));
  /hardware/ti/omap4xxx/libtiutils/
MessageQueue.cpp 51 MSGQ_LOGEB("Error while openning pipe: %s", strerror(stat) );
126 MSGQ_LOGEB("read() error: %s", strerror(errno));
217 MSGQ_LOGEB("write() error: %s", strerror(errno));
261 MSGQ_LOGEB("poll() error: %s", strerror(errno));
  /libcore/luni/src/main/java/libcore/io/
ErrnoException.java 52 String description = Libcore.os.strerror(errno);

Completed in 935 milliseconds

1 2 3 4 56 7 8 91011>>