Home
last modified time | relevance | path

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

/development/vendor_snapshot/
Dupdate.py153 def is_64bit_arch(arch): function
219 has64 |= is_64bit_arch(arch)
220 has32 |= not is_64bit_arch(arch)
225 if is_64bit_arch(arch):