Home
last modified time | relevance | path

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

/system/libvintf/
DVintfObject.cpp379 static void appendLine(std::string* error, const std::string& message) { in appendLine() function
527 appendLine(error, toString(parseStatus) + " manifest"); in checkCompatibility()
535 appendLine(error, toString(parseStatus) + " matrix"); in checkCompatibility()
538 appendLine(error, toString(parseStatus)); // parse error in checkCompatibility()
549 appendLine(error, "No framework manifest file from device or from update package"); in checkCompatibility()
553 appendLine(error, "No device manifest file from device or from update package"); in checkCompatibility()
557 appendLine(error, "No framework matrix file from device or from update package"); in checkCompatibility()
561 appendLine(error, "No device matrix file from device or from update package"); in checkCompatibility()
567 appendLine(error, "No runtime info from device"); in checkCompatibility()
729 appendLine(error, toFQNameString(package, servedVersion, interface, servedInstance) + in IsInstanceDeprecated()