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

  /external/selinux/libsepol/cil/src/
cil_reset_ast.c 284 static void cil_reset_filecon(struct cil_filecon *filecon)
286 if (filecon->context_str == NULL && filecon->context != NULL) {
287 cil_reset_context(filecon->context);
cil.c 190 CIL_KEY_FILECON = cil_strpool_add("filecon");
258 cil_sort_init(&(*db)->filecon);
309 cil_sort_destroy(&(*db)->filecon);
1514 struct cil_filecon *filecon = filecons->array[i]; local
1552 struct cil_filecon *filecon = filecons->array[i]; local
    [all...]
cil_tree.c 1398 struct cil_filecon *filecon = node->data; local
    [all...]
cil_build_ast.c 4180 struct cil_filecon *filecon = NULL; local
    [all...]
cil_internal.h 287 struct cil_sort *filecon; member in struct:cil_db
1009 void cil_filecon_init(struct cil_filecon **filecon);
cil_post.c 399 db->filecon->count++;
517 struct cil_sort *sort = db->filecon;
1612 struct cil_filecon *filecon = node->data; local
    [all...]
cil_build_ast.h 177 void cil_destroy_filecon(struct cil_filecon *filecon);
cil_resolve_ast.c 1906 struct cil_filecon *filecon = current->data; local
    [all...]
  /system/core/init/
util.cpp 119 char *filecon = NULL; local
121 if (selabel_lookup(sehandle, &filecon, addr.sun_path, S_IFSOCK) == 0) {
122 setfscreatecon(filecon);
138 freecon(filecon);
service.cpp 77 std::unique_ptr<char> filecon(raw_filecon);
80 int rc = security_compute_create(mycon.get(), filecon.get(),
    [all...]

Completed in 172 milliseconds