Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/io/
DFileStream.cpp114 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()
DFileStream.h95 android::base::unique_fd owned_fd_; variable