Home
last modified time | relevance | path

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

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