HomeSort by relevance Sort by last modified time
    Searched refs:PORTABLE_TAG (Results 1 - 17 of 17) sorted by null

  /development/ndk/sources/android/libportable/arch-mips/
flags.c 22 #define PORTABLE_TAG "flags_portable"
inotify.c 30 #define PORTABLE_TAG "inotify_portable"
pipe.c 32 #define PORTABLE_TAG "pipe_portable"
timerfd.c 30 #define PORTABLE_TAG "timerfd_portable"
eventfd.c 29 #define PORTABLE_TAG "eventfd_portable"
clone.c 29 #define PORTABLE_TAG "clone_portable"
mmap.c 27 #define PORTABLE_TAG "mmap_portable"
open.c 25 #define PORTABLE_TAG "open_portable"
waitpid.c 25 #define PORTABLE_TAG "waitpid_portable"
socket.c 28 #define PORTABLE_TAG "socket_portable"
errno.c 23 #define PORTABLE_TAG "errno_portable"
fcntl.c 35 #define PORTABLE_TAG "fcntl_portable"
filefd.c 28 #define PORTABLE_TAG "filefd_portable"
pthread.c 25 #define PORTABLE_TAG "pthread_portable"
syscall.c 32 #define PORTABLE_TAG "syscall_portable"
signal.c 32 #define PORTABLE_TAG "signal_portable"
    [all...]
  /development/ndk/sources/android/libportable/common/include/
log_portable.h 9 * NOTE: This assumes you only use the 'PORTABLE_TAG'; which is the default.
58 static inline char *portable_tag() { function
64 strncat(&my_portable_tag[0], PORTABLE_TAG, MAX_TAG_LEN - strlen(my_portable_tag));
68 #define LOG_TAG portable_tag()
70 #define LOG_TAG PORTABLE_TAG

Completed in 69 milliseconds