Searched refs:mapRetrieveRO (Results 1 – 6 of 6) sorted by relevance
256 unique_fd fd3(bpf::mapRetrieveRO(m2)); if (!fd3.ok()) abort(); // no lock taken in mapLockTest()259 unique_fd fd5(bpf::mapRetrieveRO(m2)); if (!fd5.ok()) abort(); // no lock taken in mapLockTest()261 unique_fd fd7(bpf::mapRetrieveRO(m2)); if (!fd7.ok()) abort(); // no lock taken in mapLockTest()
76 mMapFd.reset(mapRetrieveRO(pathname));121 return init(path, mapRetrieveRO(path), /* writable */ false); in init()
44 fd = bpf::mapRetrieveRO(pathname.c_str()); in com_android_net_module_util_BpfMap_nativeBpfFdGet()
181 inline int mapRetrieveRO(const char* pathname) { in mapRetrieveRO() function
82 case VERIFY_MAP_RO: fd = bpf::mapRetrieveRO(path); break; in verifyPerms()
762 fd.reset(mapRetrieveRO(mapPinLoc.c_str())); in createMaps()