Searched refs:size_string (Results 1 – 1 of 1) sorted by relevance
923 std::string size_string = size ? (std::to_string(*size) + " bytes") : ""; in WriteSnapshotAndHash() local926 return AssertionFailure() << "Unable to write " << size_string << " to " << path in WriteSnapshotAndHash()930 return AssertionSuccess() << "Written " << size_string << " to " << path in WriteSnapshotAndHash()