HomeSort by relevance Sort by last modified time
    Searched defs:fcon (Results 1 - 4 of 4) 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/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 388 milliseconds