Searched refs:uniqueFd (Results 1 – 1 of 1) sorted by relevance
365 unique_fd uniqueFd(socket(AF_INET, SOCK_DGRAM | SOCK_CLOEXEC, 0)); in TEST_F() local366 android::os::ParcelFileDescriptor sockFd(std::move(uniqueFd)); in TEST_F()