Lines Matching refs:src
28 def copy_dir(src: str, dest: str):
29 if not os.path.exists(src):
30 raise Exception("src dir '{}' doesn't exist.".format(src))
34 for root, _, files in os.walk(src):
41 file_relpath = os.path.relpath(src_path, src)
88 "src":
113 _src_type = _option.attrib.get('src')
128 "resource src type '{}' not support.".format(
132 "src":
159 "src":
170 src_file = resource_info.get('src')