Home
last modified time | relevance | path

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

/base/startup/init/services/modules/seccomp/
Dseccomp_policy.c98 static bool GetFilterFileByName(const char *filterName, char *filterLibRealPath, unsigned int pathS… in GetFilterFileByName()
135 const char *filterLibRealPath, struct sock_fprog *prog) in GetSeccompPolicy()
222 char filterLibRealPath[PATH_MAX] = {0}; in SetSeccompPolicyWithName() local