Searched refs:additionalMessage (Results 1 – 1 of 1) sorted by relevance
432 const android::base::Result<T>& other, const char* additionalMessage = "") { in AddResult() argument434 SetErrorCode(retError, other.error().code()) << other.error() << additionalMessage; in AddResult()