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

  /system/core/init/
util.cpp 96 char *filecon; local
121 filecon = NULL;
123 ret = selabel_lookup(sehandle, &filecon, addr.sun_path, S_IFSOCK);
125 setfscreatecon(filecon);
135 freecon(filecon);
  /external/selinux/libsepol/cil/src/
cil_reset_ast.c 259 static void cil_reset_filecon(struct cil_filecon *filecon)
261 if (filecon->context_str == NULL && filecon->context != NULL) {
262 cil_reset_context(filecon->context);
cil.c 186 CIL_KEY_FILECON = cil_strpool_add("filecon");
244 cil_sort_init(&(*db)->filecon);
290 cil_sort_destroy(&(*db)->filecon);
1442 struct cil_filecon *filecon = filecons->array[i]; local
1480 struct cil_filecon *filecon = filecons->array[i]; local
    [all...]
cil_tree.c 1283 struct cil_filecon *filecon = node->data; local
    [all...]
cil_post.c 371 db->filecon->count++;
481 struct cil_sort *sort = db->filecon;
1256 struct cil_filecon *filecon = node->data; local
1257 if (filecon->context) {
1258 rc = __evaluate_levelrange_expression(filecon->context->range, db);
    [all...]
cil_build_ast.c 3822 struct cil_filecon *filecon = NULL; local
    [all...]
cil_internal.h 270 struct cil_sort *filecon; member in struct:cil_db
937 void cil_filecon_init(struct cil_filecon **filecon);
cil_build_ast.h 168 void cil_destroy_filecon(struct cil_filecon *filecon);
cil_resolve_ast.c 1713 struct cil_filecon *filecon = current->data; local
    [all...]

Completed in 202 milliseconds