Home
last modified time | relevance | path

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

/frameworks/native/services/gpuservice/gpuwork/
DGpuWork.cpp68 bool getBpfMap(const char* mapPath, bpf::BpfMap<Key, Value>* out) { in getBpfMap() argument
70 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()