Home
last modified time | relevance | path

Searched refs:shouldAppendBitness (Results 1 – 1 of 1) 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