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