Home
last modified time | relevance | path

Searched refs:remote_md5 (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1132 llvm::ErrorOr<llvm::MD5::MD5Result> remote_md5 = CalculateMD5(destination); in PutFile() local
1133 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()