Lines Matching refs:strerror

107         printf("Failed to open /data/system/users (%s)\n", strerror(errno));
127 printf("Failed to open /proc (%s)\n", strerror(errno));
194 printf("Failed to open %s (%s)\n", taskpath, strerror(errno));
249 printf("Failed to open '%s' (%s)\n", path, strerror(errno));
258 printf("Failed to read '%s' (%s)\n", path, strerror(save_errno));
314 printf("Failed to open '%s' (%s)\n", path, strerror(errno));
323 printf("Failed to read '%s' (%s)\n", path, strerror(save_errno));
437 printf("*** %s: select failed: %s\n", path, strerror(errno));
454 printf("*** %s: Failed to read from fd: %s", path, strerror(errno));
475 printf("*** %s: %s\n", path, strerror(err));
486 MYLOGE("Error opening file descriptor for %s: %s\n", path, strerror(err));
492 MYLOGE("Error reading file %s: %s\n", path, strerror(errno));
530 MYLOGE("%s: %s\n", dir, strerror(errno));
562 printf("*** %s: %s\n", newpath, strerror(errno));
581 printf("*** %s: failed to get flags on fd %d: %s\n", path, fd, strerror(errno));
598 printf("*** sigprocmask failed: %s\n", strerror(errno));
609 printf("*** sigprocmask failed: %s\n", strerror(errno));
619 printf("*** sigtimedwait failed: %s\n", strerror(errno));
629 printf("*** waitpid failed: %s\n", strerror(errno));
730 if (!silent) printf("*** fork: %s\n", strerror(errno));
731 MYLOGE("*** fork: %s\n", strerror(errno));
739 strerror(errno));
740 MYLOGE("*** could not drop root before running %s: %s\n", command, strerror(errno));
761 MYLOGD("execvp on command '%s' failed (error: %s)", command, strerror(errno));
798 if (!silent) printf("*** command '%s' failed: %s\n", cmd.c_str(), strerror(errno));
799 MYLOGE("command '%s' failed: %s\n", cmd.c_str(), strerror(errno));
824 MYLOGE("prctl(PR_SET_KEEPCAPS) failed: %s\n", strerror(errno));
831 MYLOGE("Unable to setgroups, aborting: %s\n", strerror(errno));
835 MYLOGE("Unable to setgid, aborting: %s\n", strerror(errno));
839 MYLOGE("Unable to setuid, aborting: %s\n", strerror(errno));
856 MYLOGE("capset failed: %s\n", strerror(errno));
919 MYLOGE("android_get_control_socket(%s): %s\n", service, strerror(errno));
924 MYLOGE("listen(control socket): %s\n", strerror(errno));
932 MYLOGE("accept(control socket): %s\n", strerror(errno));
964 MYLOGE("Unable to create directory %s: %s\n", path, strerror(errno));
966 MYLOGE("Unable to change ownership of dir %s: %s\n", path, strerror(errno));
981 MYLOGE("%s: %s\n", path, strerror(errno));
1013 MYLOGE("rename(%s, %s): %s\n", traces_path, anr_traces_path, strerror(errno));
1021 MYLOGE("%s: %s\n", traces_path, strerror(errno));
1026 MYLOGE("fchmod on %s failed: %s\n", traces_path, strerror(errno));
1038 MYLOGE("/proc: %s\n", strerror(errno));
1045 MYLOGE("inotify_init: %s\n", strerror(errno));
1051 MYLOGE("inotify_add_watch(%s): %s\n", traces_path, strerror(errno));
1086 MYLOGE("kill(%d, SIGQUIT): %s\n", pid, strerror(errno));
1094 MYLOGE("poll: %s\n", strerror(errno));
1103 MYLOGE("lseek: %s\n", strerror(errno));
1111 MYLOGE("lseek: %s\n", strerror(errno));
1139 MYLOGE("rename(%s, %s): %s\n", traces_path, dump_traces_path, strerror(errno));
1161 printf("*** %s: %s\n", RT_TABLES_PATH, strerror(errno));
1273 printf("*** %s: %s\n\n", ext_csd_path, strerror(errno));
1280 printf("*** %s: %s\n\n", ext_csd_path, strerror(errno));