Home
last modified time | relevance | path

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

/aosp12/system/libvintf/
H A DAssembleVintf.cpp520 std::unique_ptr<HalManifest> checkManifest; in assembleCompatibilityMatrix() local
524 checkManifest = std::make_unique<HalManifest>(); in assembleCompatibilityMatrix()
525 checkManifest->setFileName(mCheckFile.name()); in assembleCompatibilityMatrix()
526 if (!fromXml(checkManifest.get(), read(mCheckFile.stream()), &error)) { in assembleCompatibilityMatrix()
561 checkManifest != nullptr ? checkManifest->level() : Level::UNSPECIFIED; in assembleCompatibilityMatrix()
564 if (checkManifest != nullptr && deviceLevel != Level::UNSPECIFIED) { in assembleCompatibilityMatrix()
622 if (checkManifest != nullptr && !checkDualFile(*checkManifest, *matrix)) { in assembleCompatibilityMatrix()
/aosp12/art/build/boot/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt8813 Ljava/util/jar/JarInputStream;->checkManifest(Ljava/util/jar/JarEntry;)Ljava/util/jar/JarEntry;