HomeSort by relevance Sort by last modified time
    Searched full:strerror (Results 51 - 75 of 2323) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/oprofile/libutil++/
op_exception.cpp 49 runtime_error(msg + "\ncause: " + strerror(cerrno))
  /external/valgrind/main/none/tests/mips32/
bug320057-mips32.c 12 #define DO(cmd) printf(#cmd "; status: %s\n", strerror(errno))
  /external/wpa_supplicant_8/src/drivers/
linux_ioctl.c 32 ifname, strerror(errno));
50 ifname, dev_up ? "UP" : "DOWN", strerror(errno));
72 ifname, strerror(errno));
88 ifname, strerror(errno));
114 ifname, strerror(errno));
140 brname, strerror(errno));
152 brname, strerror(errno));
174 "%s: %s", ifname, brname, strerror(errno));
196 "bridge %s: %s", ifname, brname, strerror(errno));
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_linux.c 49 strerror(errno));
62 strerror(errno));
83 strerror(errno));
113 __func__, strerror(errno));
121 __func__, strerror(errno));
134 __func__, strerror(errno));
142 __func__, strerror(errno));
179 __func__, strerror(errno));
187 __func__, strerror(errno));
  /system/core/toolbox/
chcon.c 20 argv[0], argv[i], argv[1], strerror(errno));
alarm.c 66 fprintf(stderr, "Unable to open rtc: %s\n", strerror(errno));
77 fprintf(stderr, "Unable to read alarm: %s\n", strerror(errno));
97 fprintf(stderr, "Unable to set alarm: %s\n", strerror(errno));
116 fprintf(stderr, "Unable to get current time: %s\n", strerror(errno));
128 fprintf(stderr, "Unable to set alarm: %s\n", strerror(errno));
135 fprintf(stderr, "Unable to set alarm: %s\n", strerror(errno));
140 fprintf(stderr, "Unable to enable alarm: %s\n", strerror(errno));
174 fprintf(stderr, "select failed: %s\n", strerror(errno));
ionice.c 28 fprintf(stderr, "Failed to read priority (%s)\n", strerror(errno));
52 fprintf(stderr, "Failed to set priority (%s)\n", strerror(errno));
  /system/vold/
VolumeManager.cpp 65 SLOGE("Failed to open %s for superblock write (%s)", name, strerror(errno));
70 SLOGE("Failed to lseek for superblock (%s)", strerror(errno));
76 SLOGE("Failed to write superblock (%s)", strerror(errno));
109 SLOGE("ASEC loop device creation failed for %s (%s)", asecFileName, strerror(errno));
128 SLOGE("ASEC device mapping failed for %s (%s)", asecFileName, strerror(errno));
312 SLOGE("Hash of '%s' failed (%s)", sourceFile, strerror(errno));
433 asecFileName, strerror(errno));
448 asecFileName, strerror(errno));
461 SLOGE("ASEC image file creation failed (%s)", strerror(errno));
467 SLOGE("Hash of '%s' failed (%s)", id, strerror(errno))
    [all...]
  /bionic/tests/
sys_socket_test.cpp 51 GTEST_LOG_(ERROR) << "socket call failed: " << strerror(errno);
62 GTEST_LOG_(ERROR) << "connect call failed: " << strerror(errno);
77 ASSERT_NE(fd, -1) << strerror(errno);
85 ASSERT_NE(-1, bind(fd, reinterpret_cast<struct sockaddr*>(&addr), sizeof(addr))) << strerror(errno);
87 ASSERT_NE(-1, listen(fd, 1)) << strerror(errno);
123 ASSERT_NE(fd_acc, -1) << strerror(errno);
151 GTEST_LOG_(ERROR) << "send call failed: " << strerror(errno);
162 ASSERT_NE(fd_acc, -1) << strerror(errno);
184 << strerror(errno);
231 GTEST_LOG_(ERROR) << "sendmmsg call failed: " << strerror(errno)
    [all...]
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_elf_relro.cpp 38 strerror(errno));
55 strerror(errno));
79 strerror(errno));
94 error->Format("Could not allocate RELRO mapping: %s", strerror(errno));
126 error->Format("Could not allocate RELRO mapping for: %s", strerror(errno));
146 strerror(errno));
168 strerror(errno));
174 strerror(errno));
  /external/clang/test/CodeGen/
asm-label.c 4 char *strerror(int) asm("alias");
9 strerror(-1);
  /external/fio/
gettime-thread.c 62 log_err("Can't create gtod thread: %s\n", strerror(ret));
68 log_err("Can't detatch gtod thread: %s\n", strerror(ret));
  /frameworks/compile/mclinker/include/mcld/Support/
SystemUtils.h 22 /** \fn strerror
25 char *strerror(int pErrnum);
  /frameworks/native/libs/ui/
GraphicBufferMapper.cpp 59 handle, err, strerror(-err));
71 handle, err, strerror(-err));
85 ALOGW_IF(err, "lock(...) failed %d (%s)", err, strerror(-err));
103 ALOGW_IF(err, "lock(...) failed %d (%s)", err, strerror(-err));
114 ALOGW_IF(err, "unlock(...) failed %d (%s)", err, strerror(-err));
136 ALOGW_IF(err, "lockAsync(...) failed %d (%s)", err, strerror(-err));
161 ALOGW_IF(err, "lock(...) failed %d (%s)", err, strerror(-err));
177 ALOGW_IF(err, "unlockAsync(...) failed %d (%s)", err, strerror(-err));
  /hardware/qcom/display/msm8084/libgralloc/
ionalloc.cpp 51 __FUNCTION__, strerror(errno));
88 ALOGE("ION_IOC_ALLOC failed with error - %s", strerror(errno));
97 __FUNCTION__, strerror(errno));
108 __FUNCTION__, strerror(errno));
155 strerror(errno));
170 base, strerror(errno));
190 __FUNCTION__, strerror(errno));
220 __FUNCTION__, strerror(errno));
  /hardware/qcom/display/msm8226/libgralloc/
ionalloc.cpp 51 __FUNCTION__, strerror(errno));
88 ALOGE("ION_IOC_ALLOC failed with error - %s", strerror(errno));
97 __FUNCTION__, strerror(errno));
108 __FUNCTION__, strerror(errno));
157 strerror(errno));
173 base, strerror(errno));
194 __FUNCTION__, strerror(errno));
224 __FUNCTION__, strerror(errno));
  /ndk/sources/android/crazy_linker/src/
crazy_linker_elf_relro.cpp 38 strerror(errno));
55 strerror(errno));
79 strerror(errno));
94 error->Format("Could not allocate RELRO mapping: %s", strerror(errno));
126 error->Format("Could not allocate RELRO mapping for: %s", strerror(errno));
146 strerror(errno));
168 strerror(errno));
174 strerror(errno));
crazy_linker_error.h 18 // error->Append(strerror(errno));
19 // error->AppendFormat("Error: %s", strerror(errno));
  /frameworks/base/services/core/jni/
com_android_server_AlarmManagerService.cpp 123 ALOGV("ANDROID_ALARM_SET_RTC ioctl failed: %s\n", strerror(errno));
169 ALOGV("settimeofday() failed: %s\n", strerror(errno));
175 ALOGV("Unable to open RTC driver: %s\n", strerror(errno));
181 ALOGV("gmtime_r() failed: %s\n", strerror(errno));
198 ALOGV("RTC_SET_TIME ioctl failed: %s\n", strerror(errno));
250 ALOGW("Unable to set rtc to %ld: %s\n", tv.tv_sec, strerror(errno));
265 ALOGE("Unable to set kernel timezone to %d: %s\n", minswest, strerror(errno));
278 ALOGV("opening alarm driver failed: %s", strerror(errno));
294 strerror(errno));
302 strerror(errno))
    [all...]
  /art/runtime/base/
scoped_flock.cc 35 *error_msg = StringPrintf("Failed to open file '%s': %s", filename, strerror(errno));
40 *error_msg = StringPrintf("Failed to lock file '%s': %s", filename, strerror(errno));
46 *error_msg = StringPrintf("Failed to fstat file '%s': %s", filename, strerror(errno));
69 file->GetPath().c_str(), strerror(errno));
74 *error_msg = StringPrintf("Failed to lock file '%s': %s", file->GetPath().c_str(), strerror(errno));
  /external/iputils/ninfod/
ninfod.c 234 strerror(errno));
237 strerror(errno));
247 strerror(errno));
264 strerror(errno));
275 strerror(errno));
384 DEBUG(LOG_DEBUG, "sendmsg(): %s\n", strerror(errno));
435 opt_p, strerror(errno));
479 opt_p, strerror(errno));
485 DEBUG(LOG_ERR, "failed to daemon(): %s\n", strerror(errno));
513 DEBUG(LOG_ERR, "cap_init: %s\n", strerror(errno))
    [all...]
  /external/oprofile/libdb/tests/
db_test.c 55 fprintf(stderr, "%s", strerror(rc));
62 fprintf(stderr, "%s", strerror(rc));
97 fprintf(stderr, "%s", strerror(rc));
106 fprintf(stderr, "%s", strerror(rc));
146 fprintf(stderr, "%s", strerror(rc));
  /system/core/libsparse/
append2simg.c 81 fprintf(stderr, "Couldn't open output file (%s)\n", strerror(errno));
93 fprintf(stderr, "Couldn't open input file (%s)\n", strerror(errno));
99 fprintf(stderr, "Couldn't get input file length (%s)\n", strerror(errno));
116 fprintf(stderr, "Couldn't open temporary file (%s)\n", strerror(errno));
133 fprintf(stderr, "Failed to rename temporary file (%s)\n", strerror(errno));
  /system/netd/server/
TetherController.cpp 71 ALOGE("Failed to open ip_forward (%s)", strerror(errno));
76 ALOGE("Failed to write ip_forward (%s)", strerror(errno));
88 ALOGE("Failed to open ip_forward (%s)", strerror(errno));
94 ALOGE("Failed to read ip_forward (%s)", strerror(errno));
118 ALOGE("pipe failed (%s)", strerror(errno));
127 ALOGE("fork failed (%s)", strerror(errno));
137 ALOGE("dup2 failed (%s)", strerror(errno));
164 ALOGE("execl failed (%s)", strerror(errno));
243 ALOGE("Failed to send update command to dnsmasq (%s)", strerror(errno));
282 ALOGE("Failed to send update command to dnsmasq (%s)", strerror(errno))
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_unix.c 168 strerror(errno));
213 _errno, strerror(_errno));
364 dir, strerror(errno));
380 strerror(errno));
409 dir, (int) gid, strerror(errno));
417 strerror(errno));
429 wpa_printf(MSG_ERROR, "socket(PF_UNIX): %s", strerror(errno));
444 strerror(errno));
453 fname, strerror(errno));
459 strerror(errno))
    [all...]

Completed in 572 milliseconds

1 23 4 5 6 7 8 91011>>