Home
last modified time | relevance | path

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

/packages/modules/Virtualization/libs/apkmanifest/native/
Dapkmanifest.cpp102 Result<std::string> getStringOnlyAttribute(const ResXMLTree& tree, size_t index) { in getStringOnlyAttribute() function
122 auto str = OR_RETURN(getStringOnlyAttribute(tree, index)); in getU32Attribute()
167 auto result = getStringOnlyAttribute(tree, i); in parseManifest()