Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/tests/cts/hostside/src/com/android/cts/net/
H A DProcNetTest.java103 public int readIntFromPath(String path) throws Exception { in readIntFromPath() method in ProcNetTest
117 int value = readIntFromPath(SPI_TIMEOUT_SYSCTL); in testMinAcqExpires()
127 int value = readIntFromPath(sysctl); in testProcSysctls()
133 int value = readIntFromPath(path); in testProcSysctls()
144 int value = readIntFromPath(path); in testAcceptRaRtInfoMinMaxPlen()
147 value = readIntFromPath(path); in testAcceptRaRtInfoMinMaxPlen()
159 int value = readIntFromPath(path); in testRouterSolicitations()
162 int interval = readIntFromPath(path); in testRouterSolicitations()
/aosp12/system/netd/tests/
H A Dbinder_test.cpp2145 int readIntFromPath(const std::string& path) { in readIntFromPath() function
2153 return readIntFromPath(path); in getTetherAcceptIPv6Ra()
2158 return readIntFromPath(path); in getTetherAcceptIPv6Dad()
2163 return readIntFromPath(path); in getTetherIPv6DadTransmits()
2168 int disableIPv6 = readIntFromPath(path); in getTetherEnableIPv6()
2642 return readIntFromPath(path); in getInterfaceIPv6PrivacyExtensions()
2648 int disableIPv6 = readIntFromPath(path); in getInterfaceEnableIPv6()
2654 return readIntFromPath(path); in getInterfaceMtu()