Home | History | Annotate | Download | only in common_lib

Lines Matching refs:sh_quote_word

736         command = ' '.join([sh_quote_word(arg) for arg in command])
738 command = ' '.join([command] + [sh_quote_word(arg) for arg in args])
1629 def sh_quote_word(text, whitelist=SHELL_QUOTING_WHITELIST):
1646 sh_quote_word('echo %s' % sh_quote_word('hello world')))