Home | History | Annotate | Download | only in cros

Lines Matching full:pipes

8 import pipes
53 utils.system('adb keygen ' + pipes.quote(key_path))
132 _android_shell('restorecon ' + pipes.quote(_ANDROID_ADB_KEYS_PATH))
155 pipes.quote(package), pipes.quote(permission)))
172 output = adb_cmd('shell %s' % pipes.quote(cmd), **kwargs)
286 output = adb_shell('pgrep -c -f %s' % pipes.quote(process_name))
296 pipes.quote(filename))).find("FileExists") >= 0
305 adb_cmd('pull %s %s' % (pipes.quote(filename),
306 pipes.quote(tmpfile.name)))
323 adb_cmd('push %s %s' % (pipes.quote(tmpfile.name),
324 pipes.quote(filename)))
333 android_cmd = 'cat > %s' % pipes.quote(filename)
334 cros_cmd = 'android-sh -c %s' % pipes.quote(android_cmd)
343 adb_shell('rm -f %s' % pipes.quote(filename))
374 return utils.system_output('android-sh -c {}'.format(pipes.quote(cmd)),