Searched refs:mapPinLoc (Results 1 – 1 of 1) sorted by relevance
538 string mapPinLoc = in createMaps() local544 if (access(mapPinLoc.c_str(), F_OK) == 0) { in createMaps()545 fd.reset(bpf_obj_get(mapPinLoc.c_str())); in createMaps()580 ret = bpf_obj_pin(fd, mapPinLoc.c_str()); in createMaps()582 ret = chown(mapPinLoc.c_str(), (uid_t)md[i].uid, (gid_t)md[i].gid); in createMaps()584 ret = chmod(mapPinLoc.c_str(), md[i].mode); in createMaps()