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