Searched refs:srcdb (Results 1 - 3 of 3) sorted by relevance

/external/selinux/libsepol/cil/include/cil/
H A Dandroid.h11 * srcdb and create the mapping file necessary to link the platform and
15 * srcdb - initialized and parsed cil_db reference to source public policy.
19 int cil_android_attrib_mapping(struct cil_db **mdb, struct cil_db *srcdb, const char *num);
23 * srcdb and convert all usage of those elements in tgtdb to versioned attributes.
25 * srcdb - initialized and parsed cil_db reference to source public policy
30 int cil_android_attributize(struct cil_db *tgtdb, struct cil_db *srcdb, const char *num);
/external/selinux/libsepol/cil/src/
H A Dandroid.c858 int cil_android_attrib_mapping(struct cil_db **mdb, struct cil_db *srcdb, const char *num) argument
868 rc = cil_build_ast(srcdb, srcdb->parse->root, srcdb->ast->root);
873 rc = cil_extract_attributees(srcdb, ver_map_tab);
888 int cil_android_attributize(struct cil_db *tgtdb, struct cil_db *srcdb, const char *num) argument
898 rc = cil_build_ast(srcdb, srcdb->parse->root, srcdb->ast->root);
903 rc = cil_extract_attributees(srcdb, ver_map_ta
[all...]
/external/swiftshader/third_party/LLVM/test/MC/ELF/
H A Dmany-section.s44223 .section srcdb
[all...]

Completed in 278 milliseconds