Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/cmd/
H A DUtil.cpp431 auto version_high = (uint32_t) (version >> 32); in SetLongVersionCode() local
432 if (version_high != 0) { in SetLongVersionCode()
435 version_major->value = StringPrintf("0x%08x", version_high); in SetLongVersionCode()