Lines Matching refs:dst_file
388 output_path = os.path.join(os.path.abspath(os.path.dirname(args.dst_file)), "developer/")
392 output_path = os.path.abspath(os.path.dirname(args.dst_file))
424 output_path = os.path.join(os.path.abspath(os.path.dirname(args.dst_file)), "developer/")
428 output_path = os.path.abspath(os.path.dirname(args.dst_file))
496 build_binary_policy(args.tool_path, args.dst_file, True, cil_list)
516 build_normal_thread = executor.submit(build_binary_policy, args.tool_path, args.dst_file, True, cil_list)
517 developer_policy_path = os.path.join(os.path.abspath(os.path.dirname(args.dst_file)), "developer/policy.31")
532 output_path = os.path.abspath(os.path.dirname(args.dst_file))
548 output_path = os.path.join(os.path.abspath(os.path.dirname(args.dst_file)), "pre_check/")
551 args.dst_file = os.path.join(output_path, "policy.31")