Home
last modified time | relevance | path

Searched refs:zipFilename (Results 1 – 25 of 37) sorted by relevance

12

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/
H A DClasspathJar.java85 String zipFileName = this.zipFilename; in findPackageSet()
120 file = new ZipFile(this.zipFilename); in initializeModule()
148 String zipFilename; // keep for equals field in ClasspathJar
165 this.zipFilename = ""; //$NON-NLS-1$ in ClasspathJar()
168 this.zipFilename = localFile.getPath(); in ClasspathJar()
172 this.zipFilename = ""; //$NON-NLS-1$ in ClasspathJar()
183 this.zipFilename = zipFilename; in ClasspathJar()
255 return this.zipFilename.equals(jar.zipFilename) in equals()
313 return this.zipFilename == null ? super.hashCode() : this.zipFilename.hashCode(); in hashCode()
357 this.zipFile = new ZipFile(this.zipFilename); in scanContent()
[all …]
H A DClasspathJrt.java53 String zipFilename; // keep for equals field in ClasspathJrt
65 setZipFile(zipFilename); in ClasspathJrt()
72 void setZipFile(String zipFilename) { in setZipFile() argument
73 this.zipFilename = zipFilename; in setZipFile()
74 if(zipFilename != null) { in setZipFile()
75 this.jrtFile = new File(zipFilename); in setZipFile()
85 String zipFileName = jrt.zipFilename; in findPackagesInModules()
165 return this.zipFilename; in getKey()
207 return this.zipFilename.endsWith(jar.zipFilename) && areAllModuleOptionsEqual(jar); in equals()
251 return this.zipFilename == null ? super.hashCode() : this.zipFilename.hashCode(); in hashCode()
[all …]
H A DClasspathJrtWithReleaseOption.java64 …public ClasspathJrtWithReleaseOption(String zipFilename, AccessRuleSet accessRuleSet, IPath extern… in ClasspathJrtWithReleaseOption() argument
70 setZipFile(zipFilename); in ClasspathJrtWithReleaseOption()
77 this.ctSym = JRTUtil.getCtSym(Paths.get(this.zipFilename).getParent().getParent()); in ClasspathJrtWithReleaseOption()
80 "Failed to init ct.sym for " + this.zipFilename, e)); //$NON-NLS-1$ in ClasspathJrtWithReleaseOption()
115 this.modPathString = this.zipFilename + "|"+ modPath.toString(); //$NON-NLS-1$ in initialize()
316 int hash = this.zipFilename == null ? super.hashCode() : this.zipFilename.hashCode(); in hashCode()
322 …String start = "Classpath jrt file " + this.zipFilename + " with --release option " + this.release… in toString()
H A DClasspathMultiReleaseJar.java39 ClasspathMultiReleaseJar(String zipFilename, long lastModified, AccessRuleSet accessRuleSet, in ClasspathMultiReleaseJar() argument
41 super(zipFilename, lastModified, accessRuleSet, externalAnnotationPath, isOnModulePath); in ClasspathMultiReleaseJar()
64 try (ZipFile file = new ZipFile(this.zipFilename)){ in initializeModule()
93 …ultiReleaseJar.initializeVersions(String)] Creating ZipFile on " + jar.zipFilename); //$NON-NLS-1$… in initializeVersions()
96 jar.zipFile = new ZipFile(jar.zipFilename); in initializeVersions()
H A DClasspathJMod.java40 …ClasspathJMod(String zipFilename, long lastModified, AccessRuleSet accessRuleSet, IPath externalAn… in ClasspathJMod() argument
41 super(zipFilename, lastModified, accessRuleSet, externalAnnotationPath, true); in ClasspathJMod()
48 file = new ZipFile(this.zipFilename); in initializeModule()
/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgsziputils.cpp34 bool QgsZipUtils::unzip( const QString &zipFilename, const QString &dir, QStringList &files ) in unzip() argument
38 if ( !QFileInfo::exists( zipFilename ) ) in unzip()
40 …sMessageLog::logMessage( QObject::tr( "Error zip file does not exist: '%1'" ).arg( zipFilename ) ); in unzip()
43 else if ( zipFilename.isEmpty() ) in unzip()
65 const QByteArray fileNamePtr = zipFilename.toUtf8(); in unzip()
125 …ening zip archive: '%1' (Error code: %2)" ).arg( z ? zip_strerror( z ) : zipFilename ).arg( rc ) ); in unzip()
132 bool QgsZipUtils::zip( const QString &zipFilename, const QStringList &files ) in zip() argument
134 if ( zipFilename.isEmpty() ) in zip()
141 const QByteArray zipFileNamePtr = zipFilename.toUtf8(); in zip()
185 …:logMessage( QObject::tr( "Error creating zip archive '%1': %2" ).arg( zipFilename, zip_strerror( … in zip()
H A Dqgsarchive.h61 bool zip( const QString &zipFilename );
69 virtual bool unzip( const QString &zipFilename );
132 bool unzip( const QString &zipFilename ) override;
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsziputils.cpp34 bool QgsZipUtils::unzip( const QString &zipFilename, const QString &dir, QStringList &files ) in unzip() argument
38 if ( !QFileInfo::exists( zipFilename ) ) in unzip()
40 …sMessageLog::logMessage( QObject::tr( "Error zip file does not exist: '%1'" ).arg( zipFilename ) ); in unzip()
43 else if ( zipFilename.isEmpty() ) in unzip()
65 const QByteArray fileNamePtr = zipFilename.toUtf8(); in unzip()
125 …ening zip archive: '%1' (Error code: %2)" ).arg( z ? zip_strerror( z ) : zipFilename ).arg( rc ) ); in unzip()
132 bool QgsZipUtils::zip( const QString &zipFilename, const QStringList &files ) in zip() argument
134 if ( zipFilename.isEmpty() ) in zip()
141 const QByteArray zipFileNamePtr = zipFilename.toUtf8(); in zip()
185 …:logMessage( QObject::tr( "Error creating zip archive '%1': %2" ).arg( zipFilename, zip_strerror( … in zip()
H A Dqgsarchive.h61 bool zip( const QString &zipFilename );
69 virtual bool unzip( const QString &zipFilename );
126 bool unzip( const QString &zipFilename ) override;
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/port/
H A Dcpl_vsil_gzip.cpp1434 CPLFree(zipFilename); in SplitFilename()
1523 char* zipFilename; in Open() local
1535 if (zipFilename == NULL) in Open()
1541 CPLFree(zipFilename); in Open()
1551 CPLFree(zipFilename); in Open()
1552 zipFilename = NULL; in Open()
1588 if (zipFilename == NULL) in Stat()
1637 CPLFree(zipFilename); in Stat()
1685 if (zipFilename == NULL) in ReadDir()
1694 CPLFree(zipFilename); in ReadDir()
[all …]
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Utilities/
H A DZipWriter.cpp30 void ZipWriter::AddFile(string filepath, string zipFilename) in AddFile() argument
32 …if(!mz_zip_writer_add_file(&_zipArchive, zipFilename.c_str(), filepath.c_str(), "", 0, MZ_BEST_COM… in AddFile()
37 void ZipWriter::AddFile(vector<uint8_t> &fileData, string zipFilename) in AddFile() argument
39 …if(!mz_zip_writer_add_mem(&_zipArchive, zipFilename.c_str(), fileData.data(), fileData.size(), MZ_… in AddFile()
44 void ZipWriter::AddFile(std::stringstream &filestream, string zipFilename) in AddFile() argument
53 AddFile(buffer, zipFilename); in AddFile()
H A DZipWriter.h18 void AddFile(string filepath, string zipFilename);
19 void AddFile(vector<uint8_t> &fileData, string zipFilename);
20 void AddFile(std::stringstream &filestream, string zipFilename);
/dports/misc/perkeep/perkeep-0.11/dev/
H A Dupdate_closure_compiler.go87 zipFilename := "compiler-" + compilerVersion + ".zip"
88 compilerURL := compilerDirURL + zipFilename
94 f, err := os.Create(zipFilename)
105 r, err := zip.OpenReader(zipFilename)
135 if err := os.Remove(zipFilename); err != nil {
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/
H A Dqgsarchive.sip.in39 bool zip( const QString &zipFilename );
43 :param zipFilename: The name of the zip to generate
48 virtual bool unzip( const QString &zipFilename );
53 :param zipFilename: The zip file to unzip
113 virtual bool unzip( const QString &zipFilename );
120 :param zipFilename: The zip file to unzip
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/
H A Dqgsarchive.sip.in39 bool zip( const QString &zipFilename );
43 :param zipFilename: The name of the zip to generate
48 virtual bool unzip( const QString &zipFilename );
53 :param zipFilename: The zip file to unzip
106 virtual bool unzip( const QString &zipFilename );
113 :param zipFilename: The zip file to unzip
/dports/devel/upp/upp/bazaar/plugin/gdal/port/
H A Dcpl_vsil_gzip.cpp1888 char* zipFilename; in Open() local
1904 if (zipFilename == NULL) in Open()
1931 CPLFree(zipFilename); in Open()
1932 zipFilename = NULL; in Open()
2001 if (zipFilename == NULL) in ReadDir()
2015 CPLFree(zipFilename); in ReadDir()
2033 if (zipFilename == NULL) in Stat()
2047 CPLFree(zipFilename); in Stat()
2087 char* zipFilename; in OpenForWrite_unlocked() local
2094 CPLFree(zipFilename); in OpenForWrite_unlocked()
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/open-policy-agent/opa/vendor/golang.org/x/tools/cmd/godoc/
H A Dappinit.go36 log.Printf(".zip file = %s", zipFilename)
43 const zipfile = zipFilename
49 fs.Bind("/", zipfs.New(rc, zipFilename), goroot, vfs.BindReplace)
/dports/finance/prestashop/prestashop/src/Core/Translation/Export/
H A DTranslationCatalogueExporter.php124 $zipFilename = sprintf(self::EXPORT_ZIP_FILENAME, $this->exportDir, $locale);
125 $path = dirname($zipFilename);
152 $this->zipManager->createArchive($zipFilename, $path);
154 return $zipFilename;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dfareporting/
H A DCreativeAsset.php78 public $zipFilename; variable in Google_Service_Dfareporting_CreativeAsset
519 public function setZipFilename($zipFilename) argument
521 $this->zipFilename = $zipFilename;
525 return $this->zipFilename;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Dfareporting/
H A DCreativeAsset.php78 public $zipFilename; variable in Google_Service_Dfareporting_CreativeAsset
519 public function setZipFilename($zipFilename) argument
521 $this->zipFilename = $zipFilename;
525 return $this->zipFilename;
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Translation/Exporter/
H A DThemeExporter.php110 $zipFilename = $this->makeZipFilename($themeName, $locale);
111 $this->zipManager->createArchive($zipFilename, $archiveParentDirectory);
113 return $zipFilename;
316 $zipFilename = $this->makeZipFilename($themeName, $locale);
318 return dirname($zipFilename);
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/port/
H A Dcpl_vsil_gzip.cpp2803 if( zipFilename == nullptr )
2820 CPLFree(zipFilename);
2830 CPLFree(zipFilename);
2831 zipFilename = nullptr;
2915 if( zipFilename == nullptr )
2929 CPLFree(zipFilename);
2946 if( zipFilename == nullptr )
2960 CPLFree(zipFilename);
3005 if( zipFilename == nullptr )
3008 CPLFree(zipFilename);
[all …]
/dports/graphics/gdal/gdal-3.3.3/port/
H A Dcpl_vsil_gzip.cpp2803 if( zipFilename == nullptr ) in Open()
2820 CPLFree(zipFilename); in Open()
2830 CPLFree(zipFilename); in Open()
2831 zipFilename = nullptr; in Open()
2915 if( zipFilename == nullptr ) in ReadDirEx()
2929 CPLFree(zipFilename); in ReadDirEx()
2946 if( zipFilename == nullptr ) in Stat()
2960 CPLFree(zipFilename); in Stat()
3005 if( zipFilename == nullptr ) in OpenForWrite_unlocked()
3008 CPLFree(zipFilename); in OpenForWrite_unlocked()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/port/
H A Dcpl_vsil_gzip.cpp2803 if( zipFilename == nullptr ) in Open()
2820 CPLFree(zipFilename); in Open()
2830 CPLFree(zipFilename); in Open()
2831 zipFilename = nullptr; in Open()
2915 if( zipFilename == nullptr ) in ReadDirEx()
2929 CPLFree(zipFilename); in ReadDirEx()
2946 if( zipFilename == nullptr ) in Stat()
2960 CPLFree(zipFilename); in Stat()
3005 if( zipFilename == nullptr ) in OpenForWrite_unlocked()
3008 CPLFree(zipFilename); in OpenForWrite_unlocked()
[all …]
/dports/deskutils/nextcloudclient/desktop-3.4.1/src/gui/
H A Dgeneralsettings.cpp61 QString zipFilename; member
75 entry.zipFilename.prepend(QStringLiteral("logs/")); in fileInfoToLogZipEntry()
122 zip.addDirectory(entry.zipFilename); in createDebugArchive()
128 zip.addFile(entry.zipFilename, &file); in createDebugArchive()

12