Searched refs:checkFileForPackaging (Results 1 – 2 of 2) sorted by relevance
41 if (!ApkBuilder.checkFileForPackaging(iPath.lastSegment(), iPath.getFileExtension())) { in isInput()
1144 public static boolean checkFileForPackaging(IFile file) { in checkFileForPackaging() method in BuildHelper1148 return ApkBuilder.checkFileForPackaging(name, ext); in checkFileForPackaging()