Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderDriverInterfaceTest.cpp153 int binderFd = open(BINDER_DEV_NAME, O_RDWR | O_NONBLOCK | O_CLOEXEC); in TEST_F() local
154 ASSERT_GE(binderFd, 0); in TEST_F()
155 close(binderFd); in TEST_F()