Home
last modified time | relevance | path

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

/art/libartbase/base/unix_file/
Dfd_file.cc232 int tmp_fd = fd_; in Release() local
236 if (tmp_fd >= 0) { in Release()
237 android_fdsan_exchange_owner_tag(tmp_fd, GetFdFileOwnerTag(this), 0); in Release()
240 return tmp_fd; in Release()