Searched refs:bpf_map__pin_path (Results 1 – 6 of 6) sorted by relevance
129 if (!ASSERT_STREQ(bpf_map__pin_path(map), pinpath, "get pin path")) in test_pinning()142 if (!ASSERT_STREQ(bpf_map__pin_path(map), custpinpath, in test_pinning()
271 bpf_map__pin_path;
1054 LIBBPF_API const char *bpf_map__pin_path(const struct bpf_map *map);
8716 __alias(bpf_map__pin_path)8719 const char *bpf_map__pin_path(const struct bpf_map *map) in bpf_map__pin_path() function
759 let path_ptr = unsafe { libbpf_sys::bpf_map__pin_path(self.ptr.as_ptr()) }; in get_pin_path()
6855 pub fn bpf_map__pin_path(map: *const bpf_map) -> *const ::std::os::raw::c_char; in bpf_map__pin_path() function