Searched refs:getParamList (Results 1 – 3 of 3) sorted by relevance
50 if (selinuxSpace->getParamList == NULL) { in InitSelinuxOpsForInit()51 selinuxSpace->getParamList = (ParamContextsList *(*)()) dlsym(handle, "GetParamList"); in InitSelinuxOpsForInit()52 …PARAM_CHECK(selinuxSpace->getParamList != NULL, return -1, "Failed to dlsym getParamList %s", dler… in InitSelinuxOpsForInit()100 selinuxSpace->getParamList = GetParamList; in InitLocalSecurityLabel()173 …PARAM_CHECK(selinuxSpace->getParamList != NULL, return DAC_RESULT_FORBIDED, "Invalid getParamList"… in SelinuxGetAllLabel()174 ParamContextsList *head = selinuxSpace->getParamList(); in SelinuxGetAllLabel()
105 ParamContextsList *(*getParamList)(void); member
137 selinuxSpace->getParamList = TestGetParamList; in TestSetSelinuxOps()