Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/src/android/security/cts/
DPocPusher.java49 public boolean bitness64 = true; field in PocPusher
102 bitness64 = false; in only32()
108 bitness64 = true; in only64()
114 bitness64 = true; in bothBitness()
122 assertTrue("bitness must be 32, 64, or both.", bitness32 || bitness64); in pushFile()
130 if (bitness.equals("64") && !bitness64) { in pushFile()