Searched refs:throwIfNotEnoent (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Connectivity/staticlibs/native/bpfmapjni/ |
D | com_android_net_module_util_BpfMap.cpp | 90 static jboolean throwIfNotEnoent(JNIEnv *env, const char* functionName, int ret, int err) { in throwIfNotEnoent() function 105 return throwIfNotEnoent(env, "nativeDeleteMapEntry", ret, errno); in com_android_net_module_util_BpfMap_nativeDeleteMapEntry() 124 return throwIfNotEnoent(env, "nativeGetNextMapKey", ret, errno); in com_android_net_module_util_BpfMap_nativeGetNextMapKey() 136 return throwIfNotEnoent(env, "nativeFindMapEntry", ret, errno); in com_android_net_module_util_BpfMap_nativeFindMapEntry()
|