Lines Matching refs:out_path
35 def run(out_path, root_path):
36 target_out_path = os.path.join(root_path, out_path.lstrip("//"))
42 def scan_file(out_path):
47 file_path = file_path = os.path.join(out_path, "build_configs/kernel_permission/")
56 def execute_kernel_permission_cmd(out_path, root_path):
66 file_list = KernelPermission.scan_file(out_path)
68 cmds = KernelPermission.gen_cmds(file_list, out_path, llvm_tool)
91 def gen_cmds(file_list, out_path, llvm_path):
98 kernel_permission_file = os.path.join(out_path, info.get("kernel_permission_path"))
118 target_source = os.path.join(out_path, module_path)