HomeSort by relevance Sort by last modified time
    Searched refs:sh_quote_word (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/common_lib/
base_utils_unittest.py 655 """Run tests on sh_quote_word.
661 quoted_word = base_utils.sh_quote_word(text)
668 """Run nested tests on sh_quote_word.
674 command = 'echo ' + base_utils.sh_quote_word(text)
675 nested_command = 'echo ' + base_utils.sh_quote_word(command)
757 # in this case, sh_quote_word().
base_utils.py 875 command = ' '.join([sh_quote_word(arg) for arg in command])
877 command = ' '.join([command] + [sh_quote_word(arg) for arg in args])
1890 def sh_quote_word(text, whitelist=SHELL_QUOTING_WHITELIST): function
    [all...]

Completed in 64 milliseconds