Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/cmd/
H A DUtil.cpp273 static std::optional<uint32_t> ExtractCompiledInt(const xml::Attribute& attr, in ExtractCompiledInt() function
368 std::optional<uint32_t> maybe_code = ExtractCompiledInt(*version_code_attr, &error_msg); in ExtractAppInfoFromBinaryManifest()
379 std::optional<uint32_t> maybe_code = ExtractCompiledInt(*version_code_major_attr, &error_msg); in ExtractAppInfoFromBinaryManifest()
390 std::optional<uint32_t> maybe_code = ExtractCompiledInt(*revision_code_attr, &error_msg); in ExtractAppInfoFromBinaryManifest()