Home
last modified time | relevance | path

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

/art/libartbase/base/unix_file/
Dfd_file.cc139 static uint64_t GetFdFileOwnerTag(FdFile* fd_file) { in GetFdFileOwnerTag() function
159 android_fdsan_exchange_owner_tag(fd, 0, GetFdFileOwnerTag(this)); in FdFile()
196 android_fdsan_exchange_owner_tag(fd_, GetFdFileOwnerTag(&other), GetFdFileOwnerTag(this)); in FdFile()
219 android_fdsan_exchange_owner_tag(fd_, GetFdFileOwnerTag(&other), GetFdFileOwnerTag(this)); in operator =()
237 android_fdsan_exchange_owner_tag(tmp_fd, GetFdFileOwnerTag(this), 0); in Release()
253 android_fdsan_exchange_owner_tag(fd_, 0, GetFdFileOwnerTag(this)); in Reset()
301 android_fdsan_exchange_owner_tag(fd_, 0, GetFdFileOwnerTag(this)); in Open()
318 int result = android_fdsan_close_with_tag(fd_, GetFdFileOwnerTag(this)); in Close()