Home
last modified time | relevance | path

Searched defs:programPath (Results 1 – 2 of 2) sorted by relevance

/frameworks/libs/net/common/device/com/android/net/module/util/
DBpfUtils.java42 public static void attachProgram(int type, @NonNull String programPath, in attachProgram()
58 public static void detachSingleProgram(int type, @NonNull String programPath, in detachSingleProgram()
63 private static native boolean native_attachProgramToCgroup(int type, String programPath, in native_attachProgramToCgroup()
68 String programPath, String cgroupPath) throws IOException; in native_detachSingleProgramFromCgroup()
/frameworks/native/services/gpuservice/gpuwork/
DGpuWork.cpp226 bool GpuWork::attachTracepoint(const char* programPath, const char* tracepointGroup, in attachTracepoint()