Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DFilePusher.java41 "%s%s", fileName, shouldAppendBitness() ? getAbi().getBitness() : "")); in resolveRelativeFilePath()
45 public boolean shouldAppendBitness() { in shouldAppendBitness() method in FilePusher
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/
DApkPackageNameCheck.java95 if (prep instanceof FilePusher && ((FilePusher) prep).shouldAppendBitness()) { in testApkPackageNames()