Home
last modified time | relevance | path

Searched defs:mapName (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/
DBpfDump.java107 PrintWriter pw, String mapName, BiFunction<K, V, String> entryToString) { in dumpMap()
115 PrintWriter pw, String mapName, String header, BiFunction<K, V, String> entryToString) { in dumpMap()
139 PrintWriter pw, String mapName, String path) { in dumpMapStatus()
/packages/modules/Connectivity/netbpfload/
Dloader.cpp561 static bool mapMatchesExpectations(const unique_fd& fd, const string& mapName, in mapMatchesExpectations()