Home
last modified time | relevance | path

Searched refs:ApplySubs (Results 1 – 1 of 1) sorted by relevance

/external/toolchain-utils/cros_utils/
Dmisc.py47 def ApplySubs(string, *substitutions): function
69 return ApplySubs(string, (r'/', '__'), (r'\s', '_'), (r'[\\$="?^]', ''),)
99 return ApplySubs(command, ('"', r'\"'))
103 return ApplySubs(