Home
last modified time | relevance | path

Searched refs:closeZipFile (Results 1 – 20 of 20) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/
H A DArchiveFileManipulations.java105 closeZipFile(((ZipLeveledStructureProvider) structureProvider).getZipFile(), shell); in closeStructureProvider()
122 public static boolean closeZipFile(ZipFile file, Shell shell) { in closeZipFile() method in ArchiveFileManipulations
H A DWizardArchiveFileResourceImportPage1.java137 ArchiveFileManipulations.closeZipFile(zipFile, getShell()); in validateSourceFile()
153 return ArchiveFileManipulations.closeZipFile(specifiedFile, getShell()); in ensureZipSourceIsValid()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/
H A DImportArchiveOperationTest.java132 closeZipFile(zipFile); in testZipGetStatus()
175 closeZipFile(zipFile); in testZipImport()
246 closeZipFile(zipFile); in testZipSetOverwriteResources()
270 closeZipFile(zipFile); in testZipWithFileAtRoot()
358 private boolean closeZipFile(ZipFile zipFile){ in closeZipFile() method in ImportArchiveOperationTest
/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/plugins/fileIOPlugin/
H A DzipFileIO.h64 void closeZipFile() in closeZipFile() function
86 closeZipFile(); in ~ZipFileIO()
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/plugins/fileIOPlugin/
H A DzipFileIO.h64 void closeZipFile() in closeZipFile() function
86 closeZipFile(); in ~ZipFileIO()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.ui/Ant Tools Support/org/eclipse/ant/internal/ui/preferences/
H A DAddCustomDialog.java156 closeZipFile(providerCache.getZipFile()); in clearProviderCache()
164 private boolean closeZipFile(ZipFile file) { in closeZipFile() method in AddCustomDialog
316 return closeZipFile(specifiedFile); in ensureSourceIsValid()
416 closeZipFile(targetZip); // ie.- duplicate handle to same .zip in getStructureProvider()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/
H A DJarEntryFile.java83 JavaModelManager.getJavaModelManager().closeZipFile(zipFile); in getContents()
H A DJarPackageFragmentRoot.java203 JavaModelManager.getJavaModelManager().closeZipFile(jar); in computeChildren()
504 JavaModelManager.getJavaModelManager().closeZipFile(jar); in getManifest()
H A DSourceMapper.java605 manager.closeZipFile(zip); // handle null case in computeAllRootPaths()
674 manager.closeZipFile(zip); // handle null case in computeAllRootPaths()
1286 manager.closeZipFile(zip); // handle null case in findSource()
H A DAbstractClassFile.java204 JavaModelManager.getJavaModelManager().closeZipFile(zip); in getClassFileContent()
H A DClassFile.java316 JavaModelManager.getJavaModelManager().closeZipFile(annotationZip); in setupExternalAnnotationProvider()
H A DClasspathEntry.java1051 manager.closeZipFile(zip); in getManifestContents()
H A DJavaModelManager.java1847 public void closeZipFile(ZipFile zipFile) { in closeZipFile() method in JavaModelManager
2886 closeZipFile(file); in verifyArchiveContent()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/nd/java/model/
H A DBinaryModuleFactory.java146 JavaModelManager.getJavaModelManager().closeZipFile(zip); in rawReadModuleTestForExists()
H A DBinaryTypeFactory.java183 JavaModelManager.getJavaModelManager().closeZipFile(zip); in rawReadTypeTestForExists()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/core/
H A DToolFactory.java271 JavaModelManager.getJavaModelManager().closeZipFile(jar); in createDefaultClassFileReader()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/nd/indexer/
H A DClassFileToIndexConverter.java104 JavaModelManager.getJavaModelManager().closeZipFile(zipFile); in createInfoFromClassFileInJar()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/
H A DJavaModelManager.java913 public void closeZipFile(ZipFile zipFile) { in closeZipFile() method in JavaModelManager
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/
H A DMatchLocator.java283 manager.closeZipFile(zipFile); in classFileReader()
887 JavaModelManager.getJavaModelManager().closeZipFile(zipFile); in getBinaryInfo()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/
H A DUtil.java887 JavaModelManager.getJavaModelManager().closeZipFile(jar);