Searched refs:VerifyVndkVersion (Results 1 – 1 of 1) sorted by relevance
856 Result<void> VerifyVndkVersion(const ApexFile& apex_file) { in VerifyVndkVersion() function916 if (auto result = VerifyVndkVersion(apex_file); !result.ok()) { in VerifyPackageBoot()