Searched refs:fnmatch (Results 1 - 4 of 4) sorted by relevance
/build/scripts/ |
H A D | find.py | 9 import fnmatch namespace 34 if fnmatch.filter(d, options.pattern): 40 if fnmatch.filter(d, options.pattern): 48 for f in fnmatch.filter(files, options.pattern):
|
/build/ohos/statistics/ |
H A D | build_overlap_statistics.py | 18 import fnmatch namespace 31 if not fnmatch.fnmatch(build_config, "*java*.build_config"): 77 for file in fnmatch.filter(files, pattern): 93 if fnmatch.fnmatch(java_file, "*/generated_java/*"): 111 for obj in fnmatch.filter(objs, pattern):
|
/build/ohos/ndk/ |
H A D | scan_ndk_targets.py | 20 import fnmatch namespace 104 and not fnmatch.fnmatch(d, os.path.join(options.root_dir, ".repo")) 105 and not fnmatch.fnmatch(d, os.path.join(options.root_dir, "out"))
|
/build/scripts/util/ |
H A D | build_utils.py | 12 import fnmatch namespace 78 matched_files = fnmatch.filter(filenames, filename_filter) 324 if not fnmatch.fnmatch(name, pattern): 452 return filters and any(fnmatch.fnmatch(path, f) for f in filters) 459 if fnmatch.fnmatch(dst_name, '*/' + f): 463 if fnmatch.fnmatch(dst_nam [all...] |
Completed in 3 milliseconds