Home
last modified time | relevance | path

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

/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/
DPocPusher.java46 public boolean bitness64 = true; field in PocPusher
99 bitness64 = false; in only32()
105 bitness64 = true; in only64()
111 bitness64 = true; in bothBitness()
119 assertTrue("bitness must be 32, 64, or both.", bitness32 || bitness64); in pushFile()
127 if (bitness.equals("64") && !bitness64) { in pushFile()