Home
last modified time | relevance | path

Searched refs:check_syscall (Results 1 – 1 of 1) sorted by relevance

/external/google-breakpad/src/tools/mac/dump_syms/
Dmacho_dump.cc63 int check_syscall(int result, const char *operation, const char *filename) { in check_syscall() function
123 int fd = check_syscall(open(filename, O_RDONLY), "opening", filename); in DumpFile()
125 check_syscall(fstat(fd, &attributes), in DumpFile()
130 check_syscall(mapping == (void *)-1 ? -1 : 0, in DumpFile()