Searched refs:out_dir (Results 1 - 11 of 11) sorted by relevance
/build/hb/resolver/ |
H A D | tool_args_resolver.py | 35 out_dir = '' 38 if '-' not in arg and len(out_dir) == 0: 39 out_dir = arg 43 cmd_type=CMDTYPE.LS, out_dir=out_dir, args_list=args_list) 47 out_dir = '' 54 out_dir, component_name, module_name)) 58 elif '-' not in arg and len(out_dir) == 0: 59 out_dir = arg 63 cmd_type=CMDTYPE.DESC, out_dir [all...] |
/build/hb/services/ |
H A D | gn.py | 137 out_dir = kwargs.get("out_dir") 140 if (os.path.exists(os.path.join(out_dir, "args.gn"))): 141 gn_path_cmd = [self.exec, 'path', out_dir] 153 '"{}" Not a build directory.'.format(out_dir), '3004') 162 out_dir = kwargs.get("out_dir") 165 if (os.path.exists(os.path.join(out_dir, "args.gn"))): 166 gn_desc_cmd = [self.exec, 'desc', out_dir] 178 '"{}" Not a build directory.'.format(out_dir), '300 [all...] |
/build/lite/ |
H A D | copy_files.py | 60 out_dir = args.dest_dir 61 if not os.path.exists(out_dir): 62 makedirs(out_dir) 65 shutil.copy(args.src, out_dir) 71 copytree(source_dir, out_dir)
|
H A D | build_ext_components.py | 57 parser.add_argument('--out_dir', nargs=1) 69 status = cmd_exec(args.prebuilts, temp_file, args.out_dir[0]) 76 status = cmd_exec(data, temp_file, args.out_dir[0]) 80 status = cmd_exec(args.command, temp_file, args.out_dir[0])
|
/build/templates/rust/ |
H A D | run_build_script.py | 68 output_path = os.path.join(args.out_dir, generated_file) 69 out_dir = os.path.dirname(output_path) 70 if not os.path.exists(out_dir): 71 os.makedirs(out_dir, exist_ok=True)
|
/build/test/example/ |
H A D | performance_test.py | 187 out_dir = os.path.join(script_path, "out") 189 if not os.path.exists(out_dir): 191 for tmp_dir in os.listdir(out_dir): 194 if os.path.isdir(os.path.join(out_dir, tmp_dir)): 195 shutil.rmtree(os.path.join(out_dir, tmp_dir)) 197 os.remove(os.path.join(out_dir, tmp_dir))
|
H A D | test_gn_template.py | 59 out_dir = os.path.join(CURRENT_OHOS_ROOT, "out") 61 if not os.path.exists(out_dir): 63 for tmp_dir in os.listdir(out_dir): 66 if os.path.isdir(os.path.join(out_dir, tmp_dir)): 67 shutil.rmtree(os.path.join(out_dir, tmp_dir)) 69 os.remove(os.path.join(out_dir, tmp_dir))
|
H A D | test_build_option.py | 47 out_dir = os.path.join(script_path, "out") variable 50 if os.path.exists(out_dir): 51 for tmp_dir in os.listdir(out_dir): 54 if os.path.isdir(os.path.join(out_dir, tmp_dir)): 55 shutil.rmtree(os.path.join(out_dir, tmp_dir)) 57 os.remove(os.path.join(out_dir, tmp_dir))
|
/build/scripts/ |
H A D | build_js_assets.py | 66 out_dir = os.path.abspath(os.path.dirname(options.output)) 67 gen_dir = os.path.join(out_dir, "gen") 68 assets_dir = os.path.join(out_dir, "assets")
|
/build/ohos/update/ |
H A D | check_abi_and_copy_deps.py | 77 out_dir = dep.get("target_out_dir") 78 dep_tup = (name, out_dir)
|
/build/config/components/hdi/ |
H A D | build_hdi_files_info.py | 201 out_dir = "" variable in ModuleInfo 220 "out_dir": ModuleInfo.out_dir, 480 ModuleInfo.out_dir = Option.gen_dir
|
Completed in 10 milliseconds