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

  /external/selinux/libsepol/cil/src/
cil_reset_ast.c 285 static void cil_reset_filecon(struct cil_filecon *filecon)
287 if (filecon->context_str == NULL && filecon->context != NULL) {
288 cil_reset_context(filecon->context);
cil.c 190 CIL_KEY_FILECON = cil_strpool_add("filecon");
260 cil_sort_init(&(*db)->filecon);
313 cil_sort_destroy(&(*db)->filecon);
1530 struct cil_filecon *filecon = filecons->array[i]; local
1568 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 4214 struct cil_filecon *filecon = NULL; local
    [all...]
cil_internal.h 289 struct cil_sort *filecon; member in struct:cil_db
1030 void cil_filecon_init(struct cil_filecon **filecon);
cil_post.c 620 db->filecon->count++;
755 struct cil_sort *sort = db->filecon;
1910 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 1904 struct cil_filecon *filecon = current->data; local
    [all...]
  /system/core/init/
service.cpp 83 std::unique_ptr<char> filecon(raw_filecon);
86 int rc = security_compute_create(mycon.get(), filecon.get(),
93 return Error() << "File " << service_path << "(labeled \"" << filecon.get()
    [all...]

Completed in 304 milliseconds