Home
last modified time | relevance | path

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

/system/core/init/
Dinterface_utils.cpp65 std::ostringstream error_stream; in CheckInterfaceInheritanceHierarchy() local
68 error_stream << "\nInterface is not in the known set of hidl_interfaces: '" in CheckInterfaceInheritanceHierarchy()
80 error_stream << "\nInterface '" << intf.string() << "' requires its full inheritance " in CheckInterfaceInheritanceHierarchy()
85 const std::string& errors = error_stream.str(); in CheckInterfaceInheritanceHierarchy()