Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_os_VintfObject.cpp100 std::vector<std::string> cPackageInfo; in verify() local
103 cPackageInfo.resize(count); in verify()
107 cPackageInfo[i] = cString; in verify()
112 int32_t status = VintfObject::CheckCompatibility(cPackageInfo, &error, checks); in verify()