Lines Matching refs:strerror

249         printf("Failed to open /data/system/users (%s)\n", strerror(errno));  in for_each_userid()
269 printf("Failed to open /proc (%s)\n", strerror(errno)); in __for_each_pid()
340 printf("Failed to open %s (%s)\n", taskpath, strerror(errno)); in for_each_tid_helper()
401 printf("Failed to open '%s' (%s)\n", path, strerror(errno)); in show_wchan()
410 printf("Failed to read '%s' (%s)\n", path, strerror(save_errno)); in show_wchan()
467 printf("Failed to open '%s' (%s)\n", path, strerror(errno)); in show_showtime()
476 printf("Failed to read '%s' (%s)\n", path, strerror(save_errno)); in show_showtime()
573 MYLOGE("Error opening file descriptor for %s: %s\n", path, strerror(err)); in read_file_as_long()
579 MYLOGE("Error reading file %s: %s\n", path, strerror(errno)); in read_file_as_long()
616 MYLOGE("%s: %s\n", dir, strerror(errno)); in dump_files()
648 printf("*** %s: %s\n", newpath, strerror(errno)); in dump_files()
669 printf("*** %s: failed to get flags on fd %d: %s\n", path, fd, strerror(errno)); in dump_file_from_fd()
704 MYLOGE("android_get_control_socket(%s): %s\n", service, strerror(errno)); in open_socket()
709 MYLOGE("listen(control socket): %s\n", strerror(errno)); in open_socket()
717 MYLOGE("accept(control socket): %s\n", strerror(errno)); in open_socket()
749 MYLOGE("Unable to create directory %s: %s\n", path, strerror(errno)); in create_parent_dirs()
751 MYLOGE("Unable to change ownership of dir %s: %s\n", path, strerror(errno)); in create_parent_dirs()
766 MYLOGE("%s: %s\n", path, strerror(errno)); in _redirect_to_file()
816 MYLOGE("mkostemp on pattern %s: %s\n", file_name_buf.get(), strerror(errno)); in DumpTracesTombstoned()
826 MYLOGE("fchmod on %s failed: %s\n", file_name_buf.get(), strerror(errno)); in DumpTracesTombstoned()
832 MYLOGE("opendir /proc failed: %s\n", strerror(errno)); in DumpTracesTombstoned()
910 … MYLOGE("rename(%s, %s): %s\n", traces_path.c_str(), anrtraces_path.c_str(), strerror(errno)); in DumpTraces()
919 MYLOGE("%s: %s\n", traces_path.c_str(), strerror(errno)); in DumpTraces()
924 MYLOGE("fchmod on %s failed: %s\n", traces_path.c_str(), strerror(errno)); in DumpTraces()
937 MYLOGE("/proc: %s\n", strerror(errno)); in DumpTraces()
944 MYLOGE("inotify_init: %s\n", strerror(errno)); in DumpTraces()
950 MYLOGE("inotify_add_watch(%s): %s\n", traces_path.c_str(), strerror(errno)); in DumpTraces()
985 MYLOGE("kill(%d, SIGQUIT): %s\n", pid, strerror(errno)); in DumpTraces()
993 MYLOGE("poll: %s\n", strerror(errno)); in DumpTraces()
1002 MYLOGE("lseek: %s\n", strerror(errno)); in DumpTraces()
1011 MYLOGE("lseek: %s\n", strerror(errno)); in DumpTraces()
1040 strerror(errno)); in DumpTraces()
1062 printf("*** %s: %s\n", RT_TABLES_PATH, strerror(errno)); in dump_route_tables()