Home
last modified time | relevance | path

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

/system/bpf/libbpf_android/include/bpf/
DBpfUtils.h114 inline int bpfFdPin(const base::unique_fd& map_fd, const char* pathname) { in bpfFdPin() function
/system/bpf/libbpf_android/
DBpfMapTest.cpp166 ASSERT_EQ(0, bpfFdPin(testMap1.getMap(), PINNED_MAP_PATH)); in TEST_F()