Home
last modified time | relevance | path

Searched refs:uniqueFd (Results 1 – 1 of 1) sorted by relevance

/system/netd/tests/
Dbinder_test.cpp365 unique_fd uniqueFd(socket(AF_INET, SOCK_DGRAM | SOCK_CLOEXEC, 0)); in TEST_F() local
366 android::os::ParcelFileDescriptor sockFd(std::move(uniqueFd)); in TEST_F()