Searched refs:src_dir (Results 1 – 2 of 2) sorted by relevance
| /developtools/integration_verification/DeployDevice/src/aw/Common/ |
| D | Common.py | 40 def copyDirectory(src_dir, dst_dir): argument 42 if not os.path.isdir(src_dir): 55 logger.info("copy %s to %s" % (src_dir, dst_dir)) 56 for item in os.listdir(src_dir): 57 file_path = os.path.join(src_dir, item)
|
| /developtools/packing_tool/ |
| D | build.py | 188 src_dir = os.path.join(root_dir, "./adapter/ohos/") 200 compile_haptobin_tool(root_dir, src_dir, args.haptobinOutput, args.outpath, 213 compile_unpacking_tool(root_dir, src_dir, args.unpackOutput, args.outpath, big_version, 217 compile_packing_tool(root_dir, src_dir, args.packOutput, args.outpath, 221 compile_check_tool(root_dir, src_dir, args.checkOutput, args.outpath,
|