Searched refs:plat_mapping_file (Results 1 – 3 of 3) sorted by relevance
/system/sepolicy/ |
D | Android.bp | 641 // - plat_mapping_file: the versioned, exported 'system' policy in system partition. 755 name: "plat_mapping_file", 767 filter_out: [":plat_mapping_file"], 777 filter_out: [":plat_mapping_file", ":system_ext_mapping_file"], 793 ":plat_mapping_file", 814 srcs: [":plat_sepolicy.cil", ":plat_mapping_file"], 883 // SHA-256 digest of the plat_sepolicy.cil and plat_mapping_file against 938 // system_ext + product). Other two files, plat_sepolicy.cil and plat_mapping_file, are copied from 948 ":plat_mapping_file", 978 ":plat_mapping_file",
|
D | Android.mk | 365 plat_mapping_file \ 781 built_plat_mapping_cil := $(call intermediates-dir-for,ETC,plat_mapping_file)/plat_mapping_file
|
/system/core/init/ |
D | selinux.cpp | 356 std::string plat_mapping_file("/system/etc/selinux/mapping/" + vend_plat_vers + ".cil"); in OpenSplitPolicy() local 419 plat_mapping_file.c_str(), in OpenSplitPolicy()
|