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

/system/media/camera/docs/
H A Dmetadata_helpers.py1055 def filter_sub(match): function in function:filter_tags.name_match
1112 text = re.sub(tag_match, filter_sub, text)
1132 def filter_sub(match): function in function:ndk_replace_tag_wildcards
1137 text = re.sub(tag_match, filter_sub, text)
1167 def filter_sub(match): function in function:filter_links
1178 text = re.sub(tag_match, filter_sub, text)

Completed in 20 milliseconds