Home
last modified time | relevance | path

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

/system/bpf/libbpf_android/
DLoader.cpp402 string mapPinLoc; in createMaps() local
405 mapPinLoc = string(BPF_FS_PATH) + "map_" + fname + "_" + string(mapNames[i]); in createMaps()
406 if (access(mapPinLoc.c_str(), F_OK) == 0) { in createMaps()
407 fd = bpf_obj_get(mapPinLoc.c_str()); in createMaps()
420 ret = bpf_obj_pin(fd, mapPinLoc.c_str()); in createMaps()