Home | History | Annotate | Download | only in port

Lines Matching refs:host_file

773     def _push_file_if_needed(self, host_file, device_file):
774 assert os.path.exists(host_file)
779 self._port.host.executive.popen(args=['%s_host' % self._md5sum_path, host_file],
784 self._android_commands.push(host_file, device_file)