Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/cmd/
H A DUtil.h75 void SetLongVersionCode(xml::Element* manifest, uint64_t version_code);
H A DUtil.cpp421 void SetLongVersionCode(xml::Element* manifest, uint64_t version) { in SetLongVersionCode() function
/aosp12/frameworks/base/tools/aapt2/optimize/
H A DMultiApkGenerator.cpp312 SetLongVersionCode(manifest_el, new_version); in UpdateManifest()