Home
last modified time | relevance | path

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

/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/
DBpfDump.java108 PrintWriter pw, String mapName, BiFunction<K, V, String> entryToString) { in dumpMap()
116 PrintWriter pw, String mapName, String header, BiFunction<K, V, String> entryToString) { in dumpMap()
149 PrintWriter pw, String mapName, String path) { in dumpMapStatus()
158 PrintWriter pw, String mapName, String path, Dependencies deps) { in dumpMapStatus()
/packages/modules/Connectivity/bpf/loader/
DNetBpfLoad.cpp598 static bool mapMatchesExpectations(const unique_fd& fd, const string& mapName, in mapMatchesExpectations()
764 int getKeyValueTids(const struct btf *btf, const char *mapName, in getKeyValueTids()
/packages/modules/UprobeStats/src/bpfloader/
DUprobeStatsBpfLoad.cpp529 static bool mapMatchesExpectations(const unique_fd &fd, const string &mapName, in mapMatchesExpectations()