Home
last modified time | relevance | path

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

/system/libvintf/
Dcheck_vintf.cpp432 const android::base::Result<T>& other, const char* additionalMessage = "") { in AddResult() argument
434 SetErrorCode(retError, other.error().code()) << other.error() << additionalMessage; in AddResult()