Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/tests/
H A DbinderDriverInterfaceTest.cpp155 int binderFd = open(BINDER_DEV_NAME, O_RDWR | O_NONBLOCK | O_CLOEXEC); in TEST_F() local
156 ASSERT_GE(binderFd, 0); in TEST_F()
157 close(binderFd); in TEST_F()