Lines Matching refs:src
29 def copy_dir(src: str, dest: str) -> list:
30 if not os.path.exists(src):
31 raise Exception("src dir '{}' doesn't exist.".format(src))
36 for root, _, files in os.walk(src):
43 file_relpath = os.path.relpath(src_path, src)
92 "src":
117 _src_type = _option.attrib.get('src')
132 "resource src type '{}' not support.".format(
136 "src":
163 "src":
175 src_file = resource_info.get('src')