Searched refs:dst_url_str (Results 1 – 1 of 1) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/ |
D | rsync.py | 373 def __init__(self, src_url_str, dst_url_str, diff_action): argument 382 self.dst_url_str = dst_url_str 400 src_md5, dst_url_str, dst_size, dst_crc32c, argument 419 dst_url = StorageUrlFromString(dst_url_str) 428 logger.info('Computing MD5 for %s...', dst_url_str) 439 logger.info('Computing CRC32C for %s...', dst_url_str) 754 dst_url_str, dst_size, dst_crc32c, dst_md5): argument 780 self.logger, src_url_str, src_size, src_crc32c, src_md5, dst_url_str, 783 self.logger.debug('Comparing md5 for %s and %s', src_url_str, dst_url_str) 787 'Comparing crc32c for %s and %s', src_url_str, dst_url_str) [all …]
|