bpf_map__set_pin_path
return bpf_map__set_pin_path(map, buf);
LIBBPF_API int bpf_map__set_pin_path(struct bpf_map *map, const char *path);
err = bpf_map__set_pin_path(map, custpinpath);
err = bpf_map__set_pin_path(map, nopinpath2);
err = bpf_map__set_pin_path(map, pinpath);
err = bpf_map__set_pin_path(map, custpinpath);
err = bpf_map__set_pin_path(test->maps.jmp_table, JMP_TABLE);
bpf_map__set_pin_path(map, NULL);