HomeSort by relevance Sort by last modified time
    Searched refs:fcon (Results 1 - 6 of 6) sorted by null

  /external/selinux/libselinux/src/
setexecfilecon.c 9 char * mycon = NULL, *fcon = NULL, *newcon = NULL; local
20 rc = getfilecon(filename, &fcon);
24 rc = security_compute_create(mycon, fcon, string_to_security_class("process"), &newcon);
53 freecon(fcon);
  /external/selinux/libselinux/utils/
selinuxexeccon.c 20 char * fcon = NULL, *newcon = NULL; local
22 int ret = getfilecon(command, &fcon);
24 ret = security_compute_create(execcon, fcon, string_to_security_class("process"), &newcon);
28 freecon(fcon);
  /external/selinux/libsemanage/src/
fcontexts_local.c 87 static int validate_handler(const semanage_fcontext_t * fcon, void *varg)
98 const char *expr = semanage_fcontext_get_expr(fcon);
99 int type = semanage_fcontext_get_type(fcon);
101 semanage_context_t *con = semanage_fcontext_get_con(fcon);
pywrap-test.py 229 for fcon in flist:
230 if self.verbose: print "File Context reference: ", fcon
231 expr = semanage.semanage_fcontext_get_expr(fcon)
232 type = semanage.semanage_fcontext_get_type(fcon)
234 con = semanage.semanage_fcontext_get_con(fcon)
241 semanage.semanage_fcontext_free(fcon)
610 (status, fcon) = semanage.semanage_fcontext_create(sh)
615 status = semanage.semanage_fcontext_set_expr(sh, fcon, "/test/fcontext(/.*)?")
618 if self.verbose: print "SEFContext expr set: ", semanage.semanage_fcontext_get_expr(fcon)
620 semanage.semanage_fcontext_set_type(fcon, semanage.SEMANAGE_FCONTEXT_REG
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_blend.c 506 double fcon[LP_MAX_VECTOR_LENGTH]; local
511 read_vec(type, con, fcon);
514 compute_blend_ref(blend, fsrc + j, fdst + j, fcon + j, fref + j);
581 double fcon[4]; local
589 fcon[j] = read_elem(type, con + j*stride, k);
592 compute_blend_ref(blend, fsrc, fdst, fcon, fref);
  /system/core/init/
service.cpp 351 char* fcon = nullptr; local
360 rc = getfilecon(args_[0].c_str(), &fcon);
368 rc = security_compute_create(mycon, fcon, string_to_security_class("process"),
377 free(fcon);
381 free(fcon);

Completed in 343 milliseconds