Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt/
H A DCommand.cpp284 INSTALL_LOCATION_ATTR = 0x010102b7, enumerator
1343 INSTALL_LOCATION_ATTR, &error); in doDump()
/aosp12/frameworks/base/tools/aapt2/dump/
H A DDumpManifest.cpp70 INSTALL_LOCATION_ATTR = 0x010102b7, enumerator
463 installLocation = GetAttributeInteger(FindAttribute(manifest, INSTALL_LOCATION_ATTR)); in Extract()