Searched refs:filterNamePtr (Results 1 – 1 of 1) sorted by relevance
227 const char *filterNamePtr = filterName; in SetSeccompPolicyWithName() local229 bool flag = GetFilterFileByName(filterNamePtr, filterLibRealPath, sizeof(filterLibRealPath)); in SetSeccompPolicyWithName()232 filterNamePtr = SYSTEM_NAME; in SetSeccompPolicyWithName()233 flag = GetFilterFileByName(filterNamePtr, filterLibRealPath, sizeof(filterLibRealPath)); in SetSeccompPolicyWithName()243 int retCode = GetSeccompPolicy(filterNamePtr, (int **)&handler, filterLibRealPath, &prog); in SetSeccompPolicyWithName()