Home
last modified time | relevance | path

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

/trusty/user/base/experimental/lib/tidl/include/lib/tidl/android-base/
Dunique_fd.h136 static auto tag(int fd, void* old_tag, void* new_tag)
137 -> decltype(T::Tag(fd, old_tag, new_tag), void()) {
138 T::Tag(fd, old_tag, new_tag);
169 uint64_t new_tag = android_fdsan_create_owner_tag( in Tag() local
172 android_fdsan_exchange_owner_tag(fd, old_tag, new_tag); in Tag()