Searched refs:mapPath (Results 1 – 1 of 1) sorted by relevance
68 bool getBpfMap(const char* mapPath, bpf::BpfMap<Key, Value>* out) { in getBpfMap() argument70 auto map = bpf::BpfMap<Key, Value>(mapPath); in getBpfMap()72 ALOGW("Failed to create bpf map from %s [%d(%s)]", mapPath, errno, strerror(errno)); in getBpfMap()