Home | History | Annotate | Download | only in common_lib

Lines Matching refs:run_command

138         self.run_command = package_manager._run_command
148 dest_file_path = self.run_command(mktemp).stdout.strip()
154 self.run_command(http_cmd, _run_command_dargs={'timeout': 30})
159 self.run_command('rm -rf %s' % dest_file_path)
173 result = self.run_command(cmd,
176 file_exists = self.run_command(
187 self.run_command('rm -f %s' % dest_path)
196 self.run_command = package_manager._run_command
205 self.run_command('cp %s %s' % (local_path, dest_path))