Searched refs:UID_OWNER_MAP_PATH (Results 1 – 6 of 6) sorted by relevance
21 import static android.net.BpfNetMapsConstants.UID_OWNER_MAP_PATH;107 return new BpfMap<>(UID_OWNER_MAP_PATH, BpfMap.BPF_F_RDONLY, in getUidOwnerMap()
53 public static final String UID_OWNER_MAP_PATH = field in BpfNetMapsConstants
42 RETURN_IF_RESULT_NOT_OK(mUidOwnerMap.init(UID_OWNER_MAP_PATH)); in init()
180 #define UID_OWNER_MAP_PATH BPF_NETD_PATH "map_netd_uid_owner_map" macro
28 result = mUidOwnerMap.init(UID_OWNER_MAP_PATH); in Firewall()
29 import static android.net.BpfNetMapsConstants.UID_OWNER_MAP_PATH;203 UID_OWNER_MAP_PATH, S32.class, UidOwnerValue.class); in getUidOwnerMap()