Searched refs:GetFdFileOwnerTag (Results 1 – 1 of 1) sorted by relevance
/art/libartbase/base/unix_file/ |
D | fd_file.cc | 143 static uint64_t GetFdFileOwnerTag(FdFile* fd_file) { in GetFdFileOwnerTag() function 163 android_fdsan_exchange_owner_tag(fd, 0, GetFdFileOwnerTag(this)); in FdFile() 200 android_fdsan_exchange_owner_tag(fd_, GetFdFileOwnerTag(&other), GetFdFileOwnerTag(this)); in FdFile() 223 android_fdsan_exchange_owner_tag(fd_, GetFdFileOwnerTag(&other), GetFdFileOwnerTag(this)); in operator =() 241 android_fdsan_exchange_owner_tag(tmp_fd, GetFdFileOwnerTag(this), 0); in Release() 257 android_fdsan_exchange_owner_tag(fd_, 0, GetFdFileOwnerTag(this)); in Reset() 305 android_fdsan_exchange_owner_tag(fd_, 0, GetFdFileOwnerTag(this)); in Open() 322 int result = android_fdsan_close_with_tag(fd_, GetFdFileOwnerTag(this)); in Close()
|