Lines Matching defs:ops
389 ParamSecurityOps *ops = GetParamSecurityOps(PARAM_SECURITY_SELINUX);
390 if (ops != NULL && ops->securityGetLabel != NULL) {
391 ops->securityGetLabel(op);
402 PARAM_WORKSPACE_OPS ops = {0};
403 ops.updaterMode = InUpdaterMode();
405 ops.logFunc = InitLog;
406 ops.getServiceGroupIdByPid = GetServiceGroupIdByPid;
408 ops.setfilecon = setfilecon;
410 int ret = InitParamWorkSpace(0, &ops);