Searched refs:src_file_path (Results 1 – 1 of 1) sorted by relevance
693 def push_or_die(self, src_file_path, dst_file_path, push_timeout=300, overwrite_existing=True): argument702 …g.debug("Skip pushing {} to {} as it already exists on device".format(src_file_path, dst_file_path…704 … out = self.adb.push([src_file_path, dst_file_path], timeout=push_timeout).decode(UTF_8).rstrip()706 … asserts.fail('Unable to push file %s to %s due to %s' % (src_file_path, dst_file_path, out))