Searched refs:tool_path (Results 1 – 2 of 2) sorted by relevance
/base/security/selinux_adapter/scripts/ |
D | build_policy_api.py | 143 check_policy_cmd = [os.path.join(args.tool_path, "checkpolicy"), 275 def build_binary_policy(tool_path, output_policy, check_neverallow, cil_list): argument 276 build_policy_cmd = [os.path.join(tool_path, "secilc"), 329 build_root = os.path.abspath(os.path.join(args.tool_path, "../../..")) 476 build_binary_policy(args.tool_path, args.dst_file, True, cil_list)
|
D | build_contexts.py | 163 check_cmd = [os.path.join(args.tool_path, "sefcontext_compile"), 222 check_cmd = [os.path.join(args.tool_path, "sefcontext_compile"), 252 build_bin_cmd = [os.path.join(args.tool_path, "sefcontext_compile"),
|