Lines Matching defs:file
297 File file = new File(path); in isModuleJSON() local
450 File file = new File(utility.getJsonPath()); in hasGenerateBuildHash() local
487 File file = new File(utility.getJsonPath()); in setGenerateBuildHash() local
569 private static void mkdir(File file) { in mkdir()
628 File file = new File(jsonPath); in putBuildHash() local
1068 File file = new File(utility.getPackInfoPath()); in compressAppMode() local
1126 File file = new File(finalPackInfoPath); in compressAppModeForMultiProject() local
1408 File file = null; in copyHapAndHspFromApp() local
1584 File file = new File(path); in deleteFile() local
1604 File file = new File(utility.getPackInfoPath()); in compressPackResMode() local
1839 File file = new File(filePath); in getFileList() local
2064 private CRC32 getCrcFromFile(File file) throws BundleException { in getCrcFromFile()
2096 …id isNameEmpty(ZipOutputStream zipOutputStream, String name, boolean keepDirStructure, File file) { in isNameEmpty()
2208 private CRC32 getCrcFromFile(Utility utility, File file) throws BundleException { in getCrcFromFile()