Searched refs:findFilePath (Results 1 – 2 of 2) sorted by relevance
245 .map(i -> findFilePath(files, i + ".apk")) in getAppSnippet()285 private static String findFilePath(File[] files, String postfix) { in findFilePath() method in PackageUtil
340 .mapNotNull { findFilePath(files, "$it.apk") } in processAppInfoForFile()349 private fun findFilePath(files: Array<File>?, postfix: String): String? { in findFilePath() method