Lines Matching refs:fileList
919 List<String> fileList = new ArrayList<>(); in compressAppMode() local
942 fileList.add(hapTempPath); in compressAppMode()
958 fileList.add(hspTempPath); in compressAppMode()
968 if (!checkHapIsValid(fileList, utility.getSharedApp())) { in compressAppMode()
972 for (String hapPath : fileList) { in compressAppMode()
994 for (String path : fileList) { in compressAppMode()
1009 List<String> fileList = new ArrayList<>(); in compressAppModeForMultiProject() local
1033 fileList.add(hapTempPath); in compressAppModeForMultiProject()
1037 if (!checkHapIsValid(fileList, false)) { in compressAppModeForMultiProject()
1042 for (String hapPath : fileList) { in compressAppModeForMultiProject()
2402 List<String> fileList = utility.getFormatedHQFList(); in compressAPPQFMode() local
2403 if (!checkHQFIsValid(fileList)) { in compressAPPQFMode()
2407 for (String hapPath : fileList) { in compressAPPQFMode()
2418 private boolean checkHQFIsValid(List<String> fileList) throws BundleException { in checkHQFIsValid() argument
2420 for (String file : fileList) { in checkHQFIsValid()