Home
last modified time | relevance | path

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

/system/libvintf/
Dcheck_vintf.cpp442 std::string compatibleError; in checkAllFiles() local
443 int compatibleResult = vintfObject->checkCompatibility(&compatibleError, flags); in checkAllFiles()
445 SetErrorCode(&retError) << compatibleError; in checkAllFiles()
447 SetErrorCode(&retError, -compatibleResult) << compatibleError; in checkAllFiles()