Home
last modified time | relevance | path

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

/development/tools/repo_pull/
Drepo_pull.py247 def _sh_quote_command(cmd): function
256 return ' && '.join(_sh_quote_command(cmd) for cmd in cmds)
268 print(_sh_quote_command(['pushd', repo_top]))
278 print(_sh_quote_command(['popd']))
322 print('FAILED COMMAND:', _sh_quote_command(cmd), file=file)