android_bionic/tests
Elliott Hughes f8fcfbc85a Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls.
Modern architectures only get the *at(2) system calls. For example,
aarch64 doesn't have open(2), and expects userspace to use openat(2)
instead.

Change-Id: I87b4ed79790cb8a80844f5544ac1a13fda26c7b5
2013-10-22 16:31:01 -07:00
..
Android.mk Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls. 2013-10-22 16:31:01 -07:00
TemporaryFile.h
benchmark.h
benchmark_main.cpp
dirent_test.cpp
dlfcn_test.cpp
empty.cpp
eventfd_test.cpp
fenv_test.cpp
fortify_test.cpp
getauxval_test.cpp
getcwd_test.cpp
inttypes_test.cpp
libc_logging_test.cpp
libgen_test.cpp
malloc_test.cpp
math_benchmark.cpp
math_test.cpp
netdb_test.cpp
property_benchmark.cpp
pthread_test.cpp
regex_test.cpp
sched_test.cpp
signal_test.cpp
stack_protector_test.cpp
stack_unwinding_test.cpp
stack_unwinding_test_impl.c
statvfs_test.cpp
stdio_test.cpp
stdlib_test.cpp
string_benchmark.cpp
string_test.cpp
strings_test.cpp
stubs_test.cpp
sys_select_test.cpp
sys_sendfile_test.cpp
sys_stat_test.cpp
sys_time_test.cpp Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls. 2013-10-22 16:31:01 -07:00
system_properties_test.cpp
time_benchmark.cpp
time_test.cpp
unistd_test.cpp