Searched refs:expectWriteToFile (Results 1 – 1 of 1) sorted by relevance
/aosp12/system/netd/server/ |
H A D | InterfaceControllerTest.cpp | 100 void expectWriteToFile(const Fd fd, const std::string& val, int err) { in expectWriteToFile() function in android::net::StablePrivacyTest 142 expectWriteToFile(kStableSecretFd, kTestIPv6AddressString, 0); in TEST_F() 152 expectWriteToFile(kStableSecretFd, kTestIPv6AddressString, 0); in TEST_F() 161 expectWriteToFile(kStableSecretFd, kTestIPv6AddressString, ENOSPC); in TEST_F() 168 expectWriteToFile(kStableSecretFd, kTestIPv6AddressString, 0); in TEST_F() 175 expectWriteToFile(kStableSecretFd, kTestIPv6AddressString, EACCES); in TEST_F()
|