Searched refs:temp_fds_ (Results 1 – 2 of 2) sorted by relevance
66 std::vector<android::base::unique_fd> temp_fds_; variable
455 temp_fds_.push_back(std::move(source_fd)); in OpenImageFile()471 temp_fds_.push_back(android::base::unique_fd(tf.release())); in OpenImageFile()472 return temp_fds_.back().get(); in OpenImageFile()