Searched refs:binderFd (Results 1 – 1 of 1) sorted by relevance
155 int binderFd = open(BINDER_DEV_NAME, O_RDWR | O_NONBLOCK | O_CLOEXEC); in TEST_F() local156 ASSERT_GE(binderFd, 0); in TEST_F()157 close(binderFd); in TEST_F()