Searched defs:additionalSchema (Results 1 - 1 of 1) sorted by relevance

/system/libvintf/
H A DAssembleVintf.cpp566 Schema additionalSchema; local
568 if (!converter(&additionalSchema, read(it->stream()), error)) {
574 if (additionalSchema.type() != firstType) {
575 std::cerr << "File \"" << fileName << "\" is a " << additionalSchema.type() << " "
581 schemas.emplace_back(fileName, std::move(additionalSchema));

Completed in 225 milliseconds