Home
last modified time | relevance | path

Searched refs:PF_USE_MEMORY (Results 1 – 9 of 9) sorted by relevance

/third_party/selinux/libsepol/src/
Dpolicydb_convert.c17 pf.type = PF_USE_MEMORY; in policydb_from_image()
54 pf.type = PF_USE_MEMORY; in policydb_to_image()
73 pf.type = PF_USE_MEMORY; in policydb_to_image()
Dpolicydb_public.c25 pf->type = PF_USE_MEMORY; in sepol_policy_file_set_mem()
Dmodule.c49 case PF_USE_MEMORY: in policy_file_seek()
83 case PF_USE_MEMORY: in policy_file_length()
Dservices.c1692 case PF_USE_MEMORY: in next_entry()
1716 case PF_USE_MEMORY: in put_entry()
1795 file.type = PF_USE_MEMORY; in sepol_load_policy()
/third_party/selinux/libsepol/fuzz/
Dbinpolicy-fuzzer.c28 pf.type = PF_USE_MEMORY; in LLVMFuzzerTestOneInput()
/third_party/selinux/checkpolicy/
Dcheckmodule.c76 f.type = PF_USE_MEMORY; in read_binary_policy()
Dcheckpolicy.c558 pf.type = PF_USE_MEMORY; in main()
/third_party/selinux/checkpolicy/test/
Ddispol.c430 pf.type = PF_USE_MEMORY; in main()
/third_party/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h711 #define PF_USE_MEMORY 0 macro