Searched refs:owned_fd_ (Results 1 – 2 of 2) sorted by relevance
114 owned_fd_.reset(TEMP_FAILURE_RETRY(::android::base::utf8::open(path.c_str(), mode, 0666))); in FileOutputStream()115 fd_ = owned_fd_.get(); in FileOutputStream()125 owned_fd_ = std::move(fd); in FileOutputStream()184 owned_fd_.reset(); in FlushImpl()
95 android::base::unique_fd owned_fd_; variable