Home | History | Annotate | Download | only in crash_reporter

Lines Matching refs:Die

99 static void Die(const char *format, ...) {
110 Die("%s exited with status %d\n", crash_reporter_command, status);
156 Die("fopen %s failed: %s\n", warn_dump_path, strerror(errno));
175 Die("could not open %s: %s\n", path, strerror(errno));
183 Die("could not lseek %s: %s\n", path, strerror(errno));
187 Die("inotify_init: %s\n", strerror(errno));
189 Die("inotify_add_watch: %s\n", strerror(errno));
206 Die("read: %s", strerror(errno));
238 Die("inotify: %s\n", strerror(errno));
302 Die("could not create %s: %s\n",
315 Die("getpwnam failed\n");
319 Die("chown: %s\n", strerror(errno));
323 Die("setuid: %s\n", strerror(errno));