Home
last modified time | relevance | path

Searched refs:fnmatch (Results 1 - 4 of 4) sorted by relevance

/build/scripts/
H A Dfind.py9 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 Dbuild_overlap_statistics.py18 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 Dscan_ndk_targets.py20 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 Dbuild_utils.py12 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 2 milliseconds