Searched refs:perror (Results 1 – 14 of 14) sorted by relevance
/bionic/tests/ |
D | sys_ptrace_test.cpp | 164 perror("prctl(PR_SET_PDEATHSIG)"); in run_watchpoint_test() 169 perror("ptrace(PTRACE_TRACEME)"); in run_watchpoint_test() 211 perror("sched_setaffinity"); in watchpoint_stress_child() 279 perror("prctl(PR_SET_PDEATHSIG)"); in breakpoint_fork_child() 284 perror("ptrace(PTRACE_TRACEME)"); in breakpoint_fork_child()
|
D | stdio_test.cpp | 2524 TEST(STDIO_TEST, perror) { in TEST() argument 2526 eth.Run([&]() { errno = EINVAL; perror("a b c"); exit(0); }, 0, "a b c: Invalid argument\n"); in TEST() 2527 eth.Run([&]() { errno = EINVAL; perror(nullptr); exit(0); }, 0, "Invalid argument\n"); in TEST() 2528 eth.Run([&]() { errno = EINVAL; perror(""); exit(0); }, 0, "Invalid argument\n"); in TEST()
|
/bionic/benchmarks/ |
D | util.cpp | 83 perror("sched_setaffinity failed"); in LockToCPU()
|
D | bionic_benchmarks.cpp | 599 perror("Failed to raise priority of process. Are you root?\n"); in main()
|
/bionic/tests/headers/posix/ |
D | stdio_h.c | 116 FUNCTION(perror, void (*f)(const char*)); in stdio_h()
|
/bionic/libc/include/ |
D | stdio.h | 124 void perror(const char* __msg);
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_144.S | 221 CALL(perror)
|
D | liblinker_reloc_bench_076.S | 279 CALL(perror)
|
D | liblinker_reloc_bench_007.S | 12327 CALL(perror)
|
/bionic/libc/tools/ |
D | posix-2013.txt | 624 perror
|
/bionic/libc/kernel/uapi/linux/ |
D | soundcard.h | 675 …eqbufptr) SEQ_DUMPBUF(); if(write(seqfd, (char *) (patchx), len) == - 1) perror("Write patch: /dev…
|
/bionic/libc/stdio/ |
D | stdio.cpp | 890 void perror(const char* msg) { in perror() function
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 725 perror;
|
/bionic/libc/ |
D | libc.map.txt | 725 perror;
|