Home
last modified time | relevance | path

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

/cts/tools/cts-tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/
DApkPackageNameCheck.java120 File file64 = FileUtil.findFile(config.getParentFile(), path + "64"); in testApkPackageNames() local
121 if (file32 == null || file64 == null) { in testApkPackageNames()