Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DUtil.cpp427 auto version_high = (uint32_t) (version >> 32); in SetLongVersionCode() local
428 if (version_high != 0) { in SetLongVersionCode()
431 version_major->value = StringPrintf("0x%08x", version_high); in SetLongVersionCode()