Lines Matching refs:strerror

274         printf("Failed to open /data/system/users (%s)\n", strerror(errno));  in for_each_userid()
294 printf("Failed to open /proc (%s)\n", strerror(errno)); in __for_each_pid()
365 printf("Failed to open %s (%s)\n", taskpath, strerror(errno)); in for_each_tid_helper()
426 printf("Failed to open '%s' (%s)\n", path, strerror(errno)); in show_wchan()
435 printf("Failed to read '%s' (%s)\n", path, strerror(save_errno)); in show_wchan()
492 printf("Failed to open '%s' (%s)\n", path, strerror(errno)); in show_showtime()
501 printf("Failed to read '%s' (%s)\n", path, strerror(save_errno)); in show_showtime()
598 MYLOGE("Error opening file descriptor for %s: %s\n", path, strerror(err)); in read_file_as_long()
604 MYLOGE("Error reading file %s: %s\n", path, strerror(errno)); in read_file_as_long()
641 MYLOGE("%s: %s\n", dir, strerror(errno)); in dump_files()
673 printf("*** %s: %s\n", newpath, strerror(errno)); in dump_files()
694 printf("*** %s: failed to get flags on fd %d: %s\n", path, fd, strerror(errno)); in dump_file_from_fd()
731 MYLOGE("android_get_control_socket(%s): %s\n", service, strerror(errno)); in open_socket()
736 MYLOGE("listen(control socket): %s\n", strerror(errno)); in open_socket()
744 MYLOGE("accept(control socket): %s\n", strerror(errno)); in open_socket()
776 MYLOGE("Unable to create directory %s: %s\n", path, strerror(errno)); in create_parent_dirs()
778 MYLOGE("Unable to change ownership of dir %s: %s\n", path, strerror(errno)); in create_parent_dirs()
793 MYLOGE("%s: %s\n", path, strerror(errno)); in _redirect_to_file()
868 … MYLOGE("rename(%s, %s): %s\n", traces_path.c_str(), anrtraces_path.c_str(), strerror(errno)); in dump_traces()
877 MYLOGE("%s: %s\n", traces_path.c_str(), strerror(errno)); in dump_traces()
882 MYLOGE("fchmod on %s failed: %s\n", traces_path.c_str(), strerror(errno)); in dump_traces()
895 MYLOGE("/proc: %s\n", strerror(errno)); in dump_traces()
902 MYLOGE("inotify_init: %s\n", strerror(errno)); in dump_traces()
908 MYLOGE("inotify_add_watch(%s): %s\n", traces_path.c_str(), strerror(errno)); in dump_traces()
943 MYLOGE("kill(%d, SIGQUIT): %s\n", pid, strerror(errno)); in dump_traces()
951 MYLOGE("poll: %s\n", strerror(errno)); in dump_traces()
960 MYLOGE("lseek: %s\n", strerror(errno)); in dump_traces()
969 MYLOGE("lseek: %s\n", strerror(errno)); in dump_traces()
997 strerror(errno)); in dump_traces()
1019 printf("*** %s: %s\n", RT_TABLES_PATH, strerror(errno)); in dump_route_tables()