Lines Matching refs:pipes
9 import pipes
127 pipes.quote(self._MICROPHONE_PACKAGE),
128 pipes.quote(permission)))
133 arc.adb_shell('am start -W %s' % pipes.quote(self._MICROPHONE_ACTIVITY))
143 'am force-stop %s' % pipes.quote(self._MICROPHONE_PACKAGE))
154 arc.adb_cmd('pull %s %s' % (pipes.quote(self._MICROPHONE_RECORD_PATH),
155 pipes.quote(dest_path)))
160 arc.adb_shell('rm %s' % pipes.quote(self._MICROPHONE_RECORD_PATH))
194 arc.adb_cmd('push %s %s' % (pipes.quote(file_path),
195 pipes.quote(dest_path)))
229 pipes.quote(self._PLAYMUSIC_PACKAGE),
230 pipes.quote(permission)))
243 pipes.quote(dest_path), pipes.quote(ext),
244 pipes.quote(self._PLAYMUSIC_PACKAGE),
245 pipes.quote(self._PLAYMUSIC_ACTIVITY)))
262 arc.adb_shell('rm %s' % pipes.quote(path))
302 arc.adb_cmd('push %s %s' % (pipes.quote(file_path),
303 pipes.quote(dest_path)))
356 pipes.quote(dest_path), self._PLAYVIDEO_ACTIVITY))
380 arc.adb_shell('rm %s' % pipes.quote(path))