Home
last modified time | relevance | path

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

/cts/tools/host/src/com/android/cts/
DTestPackage.java663 private String getFullPath(String binaryFileName) { in getFullPath() argument
665 if ((binaryFileName != null) && (binaryFileName.length() != 0)) { in getFullPath()
667 .getApkPath(binaryFileName); in getFullPath()