Home
last modified time | relevance | path

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

/external/strace/tests-m32/
Dfiltering_syscall-syntax.test33 check_syscall() function
74 check_syscall "$arg" "$arg"
75 check_syscall "!$arg" "!$arg"
89 check_syscall "$arg" "$arg"
90 check_syscall "$arg" "!$arg"
91 check_syscall "$arg" "1,$arg"
95 check_syscall "$arg" "1,$arg"
111 check_syscall nonsense "$arg,nonsense"
112 check_syscall nonsense "!$arg,nonsense"
113 check_syscall nonsense "nonsense,$arg"
[all …]
/external/strace/tests-mx32/
Dfiltering_syscall-syntax.test33 check_syscall() function
74 check_syscall "$arg" "$arg"
75 check_syscall "!$arg" "!$arg"
89 check_syscall "$arg" "$arg"
90 check_syscall "$arg" "!$arg"
91 check_syscall "$arg" "1,$arg"
95 check_syscall "$arg" "1,$arg"
111 check_syscall nonsense "$arg,nonsense"
112 check_syscall nonsense "!$arg,nonsense"
113 check_syscall nonsense "nonsense,$arg"
[all …]
/external/strace/tests/
Dfiltering_syscall-syntax.test33 check_syscall() function
74 check_syscall "$arg" "$arg"
75 check_syscall "!$arg" "!$arg"
89 check_syscall "$arg" "$arg"
90 check_syscall "$arg" "!$arg"
91 check_syscall "$arg" "1,$arg"
95 check_syscall "$arg" "1,$arg"
111 check_syscall nonsense "$arg,nonsense"
112 check_syscall nonsense "!$arg,nonsense"
113 check_syscall nonsense "nonsense,$arg"
[all …]
/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()