Searched refs:scopedFds (Results 1 – 1 of 1) sorted by relevance
518 static std::vector<int> getIntFds(const std::vector<::ndk::ScopedFileDescriptor>& scopedFds) { in getIntFds() argument520 fds.reserve(scopedFds.size()); in getIntFds()521 for (const auto& scopedFd : scopedFds) { in getIntFds()