Searched refs:output_path (Results 1 – 3 of 3) sorted by relevance
/base/security/selinux_adapter/scripts/ |
D | build_contexts.py | 237 def build_file_contexts(args, output_path, policy_path, all_policy_path): argument 239 all_combined_file_contexts = os.path.join(output_path, "file_contexts") 241 all_combined_file_contexts = os.path.join(output_path, "all_file_contexts") 243 combined_file_contexts = os.path.join(output_path, "file_contexts") 259 def build_common_contexts(args, output_path, contexts_file_name, policy_path, all_policy_path): argument 261 all_combined_contexts = output_path + contexts_file_name 263 all_combined_contexts = output_path + "all_" + contexts_file_name 265 combined_contexts = output_path + contexts_file_name 273 def build_sehap_contexts(args, output_path, policy_path): argument 277 combined_contexts = os.path.join(output_path, "sehap_contexts") [all …]
|
D | build_policy_api.py | 375 output_path = os.path.abspath(os.path.dirname(args.dst_file)) 376 system_output_conf = os.path.join(output_path, "system.conf") 377 vendor_output_conf = os.path.join(output_path, "vendor.conf") 378 min_output_conf = os.path.join(output_path, "min.conf") 380 system_cil_path = os.path.join(output_path, "system.cil") 381 vendor_cil_path = os.path.join(output_path, "vendor.cil") 382 min_cil_path = os.path.join(output_path, "min.cil") 406 output_path = os.path.abspath(os.path.dirname(args.dst_file)) 407 system_output_conf = os.path.join(output_path, "system.conf") 408 vendor_output_conf = os.path.join(output_path, "vendor.conf") [all …]
|
/base/update/packaging_tools/ |
D | code_yacc.py | 35 output_path = parse_params[1] variable 37 [gen_script_name], stdout=subprocess.PIPE, cwd=output_path)
|