Home
last modified time | relevance | path

Searched refs:getFirstMapKey (Results 1 – 3 of 3) sorted by relevance

/system/bpf/libbpf_android/include/bpf/
DBpfUtils.h154 int getFirstMapKey(const base::unique_fd& map_fd, void* firstKey);
DBpfMap.h62 if (getFirstMapKey(mMapFd, &firstKey)) { in getFirstKey()
/system/bpf/libbpf_android/
DBpfUtils.cpp131 int getFirstMapKey(const base::unique_fd& map_fd, void* firstKey) { in getFirstMapKey() function