Home
last modified time | relevance | path

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

/ohos5.0/base/security/selinux_adapter/scripts/
H A Dbuild_contexts.py102 def combine_contexts_file(file_contexts_list, combined_file_contexts): argument
105 ">", combined_file_contexts + "_tmp"]
109 combined_file_contexts + "_tmp",
111 ">", combined_file_contexts]
252 combined_file_contexts = os.path.join(output_path, "file_contexts")
253 combine_contexts_file(file_contexts_list, combined_file_contexts)