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

  /bionic/libc/include/android/
fdsan.h 78 enum android_fdsan_owner_type { enum
131 uint64_t android_fdsan_create_owner_tag(enum android_fdsan_owner_type type, uint64_t tag) __INTRODUCED_IN(29) __attribute__((__weak__));
  /bionic/libc/bionic/
fdsan.cpp 206 uint64_t android_fdsan_create_owner_tag(android_fdsan_owner_type type, uint64_t tag) {
212 async_safe_fatal("invalid android_fdsan_owner_type value: %x", type);

Completed in 265 milliseconds