Lines Matching refs:File
22 import java.io.File;
60 File file = new File(filePath); in getFileData()
109 File file = new File(filePath); in getFileList()
114 File[] files = file.listFiles(); in getFileList()
119 for (File f : files) { in getFileList()
189 File file = new File(path); in deleteFile()
202 File file = new File(destDir); in unzip()
221 String filePath = destDir + File.separator + entry.getName(); in unzip()
226 new File(filePath).mkdirs(); in unzip()
231 File newFile = new File(filePath); in unzip()
232 File parent = newFile.getParentFile(); in unzip()
269 File dir = new File(directory); in deleteDirectory()
274 File[] fileList = dir.listFiles(); in deleteDirectory()
278 for (File file : fileList) { in deleteDirectory()
303 File file = new File(filePath); in getFormatedPath()
328 File file = new File(absFilePath.get()); in checkFileIsExists()
342 … public static void copyFile(File sourceFile, File destFile) throws IOException, BundleException { in copyFile()
370 public static void makeDir(File dirFile) throws IOException, BundleException { in makeDir()
386 public static String getJsonInZips(File srcFile, String jsonName) throws BundleException { in getJsonInZips()
492 File file = new File(hapPath); in getSha256()
529 File destDir = new File(destDirPath); in unzipFile()
538 String filePath = destDirPath + File.separator + entry.getName(); in unzipFile()
546 File dir = new File(filePath); in unzipFile()
595 File file = new File(filePath); in getFileSize()