Home
last modified time | relevance | path

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

/system/libvintf/
Dcheck_vintf.cpp443 int compatibleResult = vintfObject->checkCompatibility(&compatibleError, flags); in checkAllFiles() local
444 if (compatibleResult == INCOMPATIBLE) { in checkAllFiles()
446 } else if (compatibleResult != COMPATIBLE) { in checkAllFiles()
447 SetErrorCode(&retError, -compatibleResult) << compatibleError; in checkAllFiles()