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

12 3 4 5 6 7 8 91011>>

  /system/core/toolbox/
rmdir.c 23 fprintf(stderr, "rmdir failed for %s, %s\n", argv[0], strerror(errno));
umount.c 40 fprintf(stdout, "could not open /proc/mounts: %s\n", strerror(errno));
71 fprintf(stderr, "failed: %s\n", strerror(errno));
79 fprintf(stderr, "open loop device failed: %s\n", strerror(errno));
83 fprintf(stderr, "ioctl LOOP_CLR_FD failed: %s\n", strerror(errno));
wipe.c 68 fprintf(stderr, "Reboot failed, %s\n", strerror(errno));
91 path, strerror(errno));
122 nameBuffer, strerror(errno));
146 newpath, strerror(errno));
156 path, strerror(errno));
169 nameBuffer, 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));
smd.c 24 strerror(errno));
32 r, strerror(errno));
  /system/extras/tests/bionic/libc/common/
test_gethostname.c 41 printf("gethostname() returned error %d: %s\n", errno, strerror(errno));
test_executable_destructor.c 82 fprintf(stderr, "Could not fork process: %s\n", strerror(errno));
92 fprintf(stderr, "Could not wait for child: %s\n", strerror(errno));
  /frameworks/base/cmds/ip-up-vpn/
ip-up-vpn.c 70 LOGE("Cannot create state: %s", strerror(errno));
100 LOGE("Cannot remove host route: %s", strerror(errno));
108 LOGE("Cannot create host route: %s", strerror(errno));
116 LOGE("Cannot bring up %s: %s", interface, strerror(errno));
123 LOGE("Cannot set address: %s", strerror(errno));
130 LOGE("Cannot set netmask: %s", strerror(errno));
149 LOGE("Cannot write state: %s", strerror(errno));
  /system/netd/
ThrottleController.cpp 85 LOGE("Failed to add root qdisc (%s)", strerror(errno));
94 LOGE("Failed to add egress throttling class (%s)", strerror(errno));
103 LOGE("Failed to up ifb0 (%s)", strerror(errno));
112 LOGE("Failed to add root ifb qdisc (%s)", strerror(errno));
121 LOGE("Failed to add ingress throttling class (%s)", strerror(errno));
130 LOGE("Failed to add ingress qdisc (%s)", strerror(errno));
140 LOGE("Failed to add ifb filter (%s)", strerror(errno));
TetherController.cpp 67 LOGE("Failed to open ip_forward (%s)", strerror(errno));
72 LOGE("Failed to write ip_forward (%s)", strerror(errno));
84 LOGE("Failed to open ip_forward (%s)", strerror(errno));
90 LOGE("Failed to read ip_forward (%s)", strerror(errno));
112 LOGE("pipe failed (%s)", strerror(errno));
121 LOGE("fork failed (%s)", strerror(errno));
131 LOGE("dup2 failed (%s)", strerror(errno));
153 LOGE("execl failed (%s)", strerror(errno));
225 LOGE("Failed to send update command to dnsmasq (%s)", strerror(errno));
  /system/vold/
Volume.cpp 141 SLOGE("Failed to remove %s (%s)", filename, strerror(errno));
238 SLOGE("Failed to initialize MBR (%s)", strerror(errno));
251 SLOGE("Failed to format (%s)", strerror(errno));
270 SLOGE("Error opening /proc/mounts (%s)", strerror(errno));
332 SLOGE("Failed to get device nodes (%s)\n", strerror(errno));
371 strerror(errno));
381 SLOGE("Failed to get device nodes (%s)\n", strerror(errno));
404 SLOGE("%s failed FS checks (%s)", devicePath, strerror(errno));
426 SLOGE("%s failed to mount via VFAT (%s)\n", devicePath, strerror(errno));
436 SLOGE("Failed to create bindmounts (%s)", strerror(errno))
    [all...]
VolumeManager.cpp 183 SLOGE("Hash of '%s' failed (%s)", sourceFile, strerror(errno));
251 asecFileName, strerror(errno));
268 SLOGE("ASEC image file creation failed (%s)", strerror(errno));
274 SLOGE("Hash of '%s' failed (%s)", id, strerror(errno));
281 SLOGE("ASEC loop device creation failed (%s)", strerror(errno));
294 SLOGE("ASEC device mapping failed (%s)", strerror(errno));
311 SLOGE("Failed to open new DM device for superblock write (%s)", strerror(errno));
322 SLOGE("Failed to lseek for superblock (%s)", strerror(errno));
333 SLOGE("Failed to write superblock (%s)", strerror(errno));
349 SLOGE("ASEC FAT format failed (%s)", strerror(errno))
    [all...]
  /bootable/recovery/
bootloader.c 82 LOGE("Can't open %s\n(%s)\n", v->device, strerror(errno));
89 if (r != size) LOGE("Can't read %s\n(%s)\n", v->device, strerror(errno));
108 LOGE("Can't open %s\n(%s)\n", v->device, strerror(errno));
115 if (r != size) LOGE("Can't read %s\n(%s)\n", v->device, strerror(errno));
123 LOGE("Can't open %s\n(%s)\n", v->device, strerror(errno));
127 LOGE("Can't write %s\n(%s)\n", v->device, strerror(errno));
132 LOGE("Can't finish %s\n(%s)\n", v->device, strerror(errno));
153 printf("stat %s try %d: %s\n", fn, tries, strerror(errno));
167 LOGE("Can't open %s\n(%s)\n", v->device, strerror(errno));
173 LOGE("Failed reading %s\n(%s)\n", v->device, strerror(errno))
    [all...]
  /frameworks/base/libs/utils/
ObbFile.cpp 93 LOGW("couldn't open file %s: %s", filename, strerror(errno));
123 LOGW("error seeking in ObbFile: %s\n", strerror(errno));
139 LOGW("couldn't read footer signature: %s\n", strerror(errno));
167 LOGW("seek %lld failed: %s\n", fileOffset, strerror(errno));
175 LOGW("couldn't allocate scanBuf: %s\n", strerror(errno));
182 LOGI("couldn't read ObbFile footer: %s\n", strerror(errno));
240 LOGW("failed to write to %s: %s\n", filename, strerror(errno));
263 LOGW("couldn't write signature version: %s\n", strerror(errno));
280 LOGW("couldn't write salt: %s\n", strerror(errno));
287 LOGW("couldn't write package name length: %s\n", strerror(errno))
    [all...]
  /external/bluetooth/hcidump/src/
csrsniff.c 200 dev, strerror(errno), errno);
206 dev, strerror(errno), errno);
213 dev, strerror(errno), errno);
220 dev, strerror(ENOSYS), ENOSYS);
228 dev, strerror(errno), errno);
244 dev, strerror(errno), errno);
265 dev, strerror(errno), errno);
276 dev, strerror(errno), errno);
  /external/wpa_supplicant_8/src/drivers/
linux_ioctl.c 36 ifname, strerror(errno));
52 ifname, strerror(errno));
68 ifname, strerror(errno));
94 ifname, strerror(errno));
120 brname, strerror(errno));
132 brname, strerror(errno));
154 "%s: %s", ifname, brname, strerror(errno));
176 "bridge %s: %s", ifname, brname, strerror(errno));
  /hardware/libhardware/include/hardware/
qemu_pipe.h 70 D("%s: Could not open /dev/qemu_pipe: %s", __FUNCTION__, strerror(errno));
79 D("%s: Could not connect to %s pipe service: %s", __FUNCTION__, pipeName, strerror(errno));
  /frameworks/base/cmds/dumpstate/
utils.c 45 printf("Failed to open /proc (%s)\n", strerror(errno));
83 printf("Failed to open '%s' (%s)\n", path, strerror(errno));
88 printf("Failed to read '%s' (%s)\n", path, strerror(errno));
115 printf("*** %s: %s\n", path, strerror(err));
157 printf("*** fork: %s\n", strerror(errno));
178 printf("*** exec(%s): %s\n", command, strerror(errno));
243 fprintf(stderr, "android_get_control_socket(%s): %s\n", service, strerror(errno));
247 fprintf(stderr, "listen(control socket): %s\n", strerror(errno));
255 fprintf(stderr, "accept(control socket): %s\n", strerror(errno));
284 fprintf(stderr, "%s: %s\n", path, strerror(errno))
    [all...]
  /dalvik/vm/os/
android.cpp 67 pid, threadName.c_str(), newPriority, newNice, strerror(errno));
78 LOGW("getpriority() failed: %s", strerror(errno));
104 LOGI("getpriority(self) failed: %s", strerror(errno));
132 oldThreadPriority, strerror(errno));
  /external/icu4c/samples/layout/
UnicodeReader.cpp 41 sprintf(errorMessage,"Couldn't open %s: %s \n", fileName, strerror(errno));
86 sprintf(errorMessage,"Couldn't get memory for reading %s: %s \n", fileName, strerror(errno));
94 sprintf(errorMessage,"Couldn't read %s: %s \n", fileName, strerror(errno));
109 sprintf(errorMessage,"Couldn't get memory for reading %s: %s \n", fileName, strerror(errno));
  /external/oprofile/libutil++/
op_exception.cpp 49 runtime_error(msg + "\ncause: " + strerror(cerrno))
  /frameworks/base/include/ui/
EGLUtils.h 34 static const char *strerror(EGLint err);
  /sdk/emulator/tests/
test-qemud-pipes.c 66 fprintf(stderr, "Could not start server: %s\n", strerror(errno));
72 fprintf(stderr, "Server error: %s\n", strerror(errno));
87 fprintf(stderr, "Client read error: %s\n", strerror(errno));
101 fprintf(stderr, "Client write error: %s\n", strerror(errno));
  /system/core/libcutils/
sockets.c 33 LOGE("could not get socket credentials: %s\n", strerror(errno));

Completed in 737 milliseconds

12 3 4 5 6 7 8 91011>>