Searched refs:scopedFd (Results 1 – 2 of 2) sorted by relevance
83 ScopedFileDescriptor scopedFd(memfd_create("doesn't matter", MFD_CLOEXEC)); in sendPackagesToStatsd() local84 const int fd = scopedFd.get(); in sendPackagesToStatsd()95 service->informAllUidData(scopedFd); in sendPackagesToStatsd()
522 for (const auto& scopedFd : scopedFds) { in getIntFds() local523 fds.push_back(scopedFd.get()); in getIntFds()