Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/src/android/security/cts/
DPocPusher.java50 public boolean appendBitness = true; field in PocPusher
56 appendBitness = true; in starting()
90 public PocPusher appendBitness(boolean append) { in appendBitness() method in PocPusher
91 this.appendBitness = append; in appendBitness()
120 if (appendBitness) { in pushFile()
DCVE_2021_0478.java45 pocPusher.appendBitness(false); in testPocCVE_2021_0478()
DCVE_2021_0523.java61 pocPusher.appendBitness(false); in testPocCVE_2021_0523()