OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sh_quote_word
(Results
1 - 4
of
4
) sorted by null
/external/autotest/client/site_tests/camera_HAL3Perf/
camera_HAL3Perf.py
98
cmd = ' '.join(map(utils.
sh_quote_word
, cmd))
/external/autotest/server/site_tests/tast/
tast.py
252
' '.join([utils.
sh_quote_word
(a) for a in cmd]))
292
expr = ' '.join([utils.
sh_quote_word
(a) for a in self._test_exprs])
/external/autotest/client/common_lib/
utils_unittest.py
665
"""Run tests on
sh_quote_word
.
671
quoted_word = utils.
sh_quote_word
(text)
678
"""Run nested tests on
sh_quote_word
.
684
command = 'echo ' + utils.
sh_quote_word
(text)
685
nested_command = 'echo ' + utils.
sh_quote_word
(command)
825
# in this case,
sh_quote_word
().
[
all
...]
utils.py
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):
function
[
all
...]
Completed in 175 milliseconds