Home
last modified time | relevance | path

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

/bionic/benchmarks/
Dutil.cpp83 perror("sched_setaffinity failed"); in LockToCPU()
Dbionic_benchmarks.cpp599 perror("Failed to raise priority of process. Are you root?\n"); in main()
/bionic/tests/
Dsys_ptrace_test.cpp164 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()
Dsetjmp_test.cpp293 perror("setjmp"); in TEST()
313 perror("tgkill failed"); in TEST()
Dstdio_test.cpp2558 TEST(STDIO_TEST, perror) { in TEST() argument
2560 eth.Run([&]() { errno = EINVAL; perror("a b c"); exit(0); }, 0, "a b c: Invalid argument\n"); in TEST()
2561 eth.Run([&]() { errno = EINVAL; perror(nullptr); exit(0); }, 0, "Invalid argument\n"); in TEST()
2562 eth.Run([&]() { errno = EINVAL; perror(""); exit(0); }, 0, "Invalid argument\n"); in TEST()
/bionic/tests/headers/posix/
Dstdio_h.c116 FUNCTION(perror, void (*f)(const char*)); in stdio_h()
/bionic/libc/include/
Dstdio.h124 void perror(const char* __msg);
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_144.S221 CALL(perror)
Dliblinker_reloc_bench_076.S279 CALL(perror)
/bionic/libc/tools/
Dposix-2013.txt624 perror
/bionic/libc/stdio/
Dstdio.cpp885 void perror(const char* msg) { in perror() function
/bionic/tools/versioner/platforms/
Dlibc.map.txt725 perror;
/bionic/libc/
Dlibc.map.txt725 perror;