HomeSort by relevance Sort by last modified time
    Searched refs:perror_msg_and_die (Results 1 - 5 of 5) sorted by null

  /external/strace/
error_prints.h 46 void perror_msg_and_die(const char *fmt, ...)
77 perror_msg_and_die("%s: " fmt_, __func__, ##__VA_ARGS__)
strace.c 418 perror_msg_and_die("fcntl(%d, F_GETFD)", fd);
447 perror_msg_and_die("setreuid");
459 perror_msg_and_die("Can't fopen '%s'", path);
485 perror_msg_and_die("pipe");
491 perror_msg_and_die("vfork");
498 perror_msg_and_die("dup2");
502 perror_msg_and_die("Can't execute '%s'", _PATH_BSHELL);
511 perror_msg_and_die("fdopen");
1178 perror_msg_and_die("ptrace(PTRACE_TRACEME, ...)");
1188 perror_msg_and_die("initgroups")
    [all...]
error_prints.c 119 perror_msg_and_die(const char *fmt, ...) function
unwind.c 122 perror_msg_and_die("_UPT_create");
387 perror_msg_and_die("Can't initiate libunwind");
  /external/libunwind/tests/
test-coredump-unwind.c 187 void perror_msg_and_die(const char *s, ...) function

Completed in 197 milliseconds