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

1 2 34 5 6 7 8 91011>>

  /external/ppp/pppd/plugins/rp-pppoe/
pppoe-discovery.c 54 optarg, strerror(errno));
101 sprintf(buf, "%.256s: %.256s", str, strerror(i));
103 sprintf(buf, "pppoe-discovery: %.256s: %.256s", str, strerror(i));
  /frameworks/base/libs/utils/
SystemClock.cpp 72 LOGW("Unable to open alarm driver: %s\n", strerror(errno));
79 LOGW("Unable to set rtc to %ld: %s\n", tv.tv_sec, strerror(errno));
86 (int) tv.tv_sec, (int) tv.tv_usec, strerror(errno));
  /frameworks/base/services/jni/
com_android_server_AlarmManagerService.cpp 49 LOGE("Unable to set kernel timezone to %d: %s\n", minswest, strerror(errno));
77 LOGE("Unable to set alarm to %lld.%09lld: %s\n", seconds, nanoseconds, strerror(errno));
92 LOGE("Unable to wait on alarm: %s\n", strerror(errno));
  /system/netd/
main.cpp 60 LOGE("Unable to start NetlinkManager (%s)", strerror(errno));
69 LOGE("Unable to start DnsProxyListener (%s)", strerror(errno));
77 LOGE("Unable to start CommandListener (%s)", strerror(errno));
  /bootable/recovery/tools/ota/
check-lost+found.c 52 fprintf(stderr, "Can't write %s: %s\n", kOutputFile, strerror(errno));
90 fprintf(out, "Can't write %s: %s\n", kMarkerFile, strerror(errno));
102 fprintf(out, "Can't open %s: %s\n", fn, strerror(errno));
122 fprintf(out, "Can't read kernel log: %s\n", strerror(errno));
  /build/libs/host/
CopyFile.c 128 "acp: failed reading '%s': %s\n", src, strerror(errno));
136 "acp: failed writing '%s': %s\n", dst, strerror(errno));
175 dst, strerror(errno)));
185 dst, pSrcStat->st_mode & ~(S_IFMT), strerror(errno)));
193 dst, pSrcStat->st_uid, pSrcStat->st_gid, strerror(errno)));
245 fprintf(stderr, "acp: unable to open '%s': %s\n", src, strerror(errno));
257 "acp: cannot create '%s': %s\n", dst, strerror(errno));
274 dst, strerror(errno));
286 dst, strerror(errno));
391 src, strerror(errno))
    [all...]
  /development/tools/emulator/system/libqemu/
test_util.c 65 __FUNCTION__, port, strerror(errno));
79 fprintf(stderr, "%s: Could not open '%s' pipe: %s\n", __FUNCTION__, pipename, strerror(errno));
95 fprintf(stderr, "%s: error: %s\n", __FUNCTION__, strerror(errno));
118 fprintf(stderr, "%s: error: %s\n", __FUNCTION__, strerror(errno));
  /external/bluetooth/bluez/test/
lmptest.c 147 dev, strerror(errno), errno);
153 dev, strerror(errno), errno);
160 dev, strerror(ENOSYS), ENOSYS);
167 dev, strerror(errno), errno);
  /system/core/toolbox/
kill.c 27 fprintf(stderr, "could not kill pid %d: %s\n", pid, strerror(errno));
mkdir.c 62 fprintf(stderr, "mkdir failed for %s, %s\n", currpath, strerror(errno));
71 fprintf(stderr, "mkdir failed for %s, %s\n", argv[0], strerror(errno));
mv.c 25 fprintf(stderr, "failed on %s - %s\n", dest, strerror(errno));
52 fprintf(stderr, "failed on '%s' - %s\n", source, strerror(errno));
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_linux.c 55 strerror(errno));
68 strerror(errno));
89 strerror(errno));
119 __func__, strerror(errno));
127 __func__, strerror(errno));
140 __func__, strerror(errno));
148 __func__, strerror(errno));
185 __func__, strerror(errno));
193 __func__, strerror(errno));
  /dalvik/vm/native/
dalvik_system_Zygote.cpp 108 "Zygote SIGCHLD error in waitpid: %s",strerror(errno));
133 LOGW("Error setting SIGCHLD handler: %s", strerror(errno));
152 LOGW("Error unsetting SIGCHLD handler: %s", strerror(errno));
316 getpid(), strerror(errno));
323 getpid(), strerror(errno));
416 LOGE("cannot PR_SET_KEEPCAPS: %s", strerror(errno));
426 LOGE("cannot setgroups(): %s", strerror(errno));
433 LOGE("cannot setrlimit(): %s", strerror(errno));
439 LOGE("cannot setgid(%d): %s", gid, strerror(errno));
445 LOGE("cannot setuid(%d): %s", uid, strerror(errno))
    [all...]
  /hardware/libhardware_legacy/wifi/
wifi.c 135 modname, strerror(errno));
180 LOGW("Could not open %s: %s", MODULE_FILE, strerror(errno));
272 LOGE("Cannot set RW to \"%s\": %s", SUPP_ENTROPY_FILE, strerror(errno));
279 LOGE("Cannot create \"%s\": %s", SUPP_ENTROPY_FILE, strerror(errno));
284 LOGE("Error writing \"%s\": %s", SUPP_ENTROPY_FILE, strerror(errno));
293 SUPP_ENTROPY_FILE, strerror(errno));
300 SUPP_ENTROPY_FILE, AID_WIFI, strerror(errno));
324 LOGE("Cannot open \"%s\": %s", config_file, strerror(errno));
331 LOGE("Cannot read \"%s\": %s", config_file, strerror(errno));
356 LOGE("Cannot update \"%s\": %s", config_file, strerror(errno))
    [all...]
  /bionic/libstdc++/include/
cstring 55 using ::strerror;
  /external/bluetooth/bluez/sbc/
sbcdec.c 59 filename, strerror(errno));
67 filename, strerror(errno));
74 filename, strerror(errno));
80 filename, strerror(errno));
97 output, strerror(errno));
154 output, strerror(errno));
160 output, strerror(errno));
166 output, strerror(errno));
  /external/oprofile/libabi/tests/
abi_test.cpp 66 << strerror(rc) << endl;
90 cerr << strerror(rc) << endl;
  /ndk/sources/cxx-stl/gabi++/include/
cstring 55 using ::strerror;
  /ndk/sources/cxx-stl/system/include/
cstring 55 using ::strerror;
  /ndk/sources/host-tools/ndk-stack/
ndk-stack.c 84 dump_file, strerror(errno));
89 strerror(errno));
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
cstring 53 using ::strerror;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
cstring 53 using ::strerror;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/system/include/
cstring 55 using ::strerror;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/system/include/
cstring 55 using ::strerror;
  /system/bluetooth/tools/
sock_shutdown_bug_rfcomm.c 43 printf("%d errno %d %s\n", __LINE__, errno, strerror(errno));
54 printf("%d errno %d %s\n", __LINE__, errno, strerror(errno));

Completed in 1150 milliseconds

1 2 34 5 6 7 8 91011>>