Searched refs:remote_md5 (Results 1 – 1 of 1) sorted by relevance
1132 llvm::ErrorOr<llvm::MD5::MD5Result> remote_md5 = CalculateMD5(destination); in PutFile() local1133 if (std::error_code ec = remote_md5.getError()) { in PutFile()1144 remote_md5->high(), remote_md5->low()); in PutFile()1147 requires_upload = *remote_md5 != *local_md5; in PutFile()