Home
last modified time | relevance | path

Searched +defs:zip +defs:path (Results 1 – 25 of 731) sorted by relevance

12345678910>>...30

/dports/audio/musescore/MuseScore-3.6.1/avsomr/
H A Dmsmrfile.cpp51 MQZipReader zip(&buf); in readMxl() local
100 MQZipReader zip(&buf); in readOmr() local
122 MQZipReader zip(&buf); in readMscz() local
156 MQZipWriter zip(&buf); in writeMscz() local
163 auto addFile = [&zip, &meta](const QString& path, const QByteArray& data) { in writeMscz()
213 void MsmrFile::MetaInf::addFile(const QString& path) in addFile()
264 void MsmrFile::MetaInf::write(MQZipWriter& zip) in write()
275 void MsmrFile::MetaInf::read(const MQZipReader& zip) in read()
317 QString path = xml.attributes().value("full-path").toString(); in readContainer() local
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/title/
H A DTitleSequence.cpp45 std::unique_ptr<TitleSequence> LoadTitleSequence(const std::string& path) in LoadTitleSequence()
56 auto zip = Zip::TryOpen(path, ZIP_ACCESS::READ); in LoadTitleSequence() local
106 auto zip = Zip::TryOpen(seq.Path, ZIP_ACCESS::READ); in TitleSequenceGetParkHandle() local
155 auto zip = Zip::Open(seq.Path, ZIP_ACCESS::WRITE); in TitleSequenceSave() local
171 bool TitleSequenceAddPark(TitleSequence& seq, const utf8* path, const utf8* name) in TitleSequenceAddPark()
185 auto zip = Zip::TryOpen(seq.Path, ZIP_ACCESS::WRITE); in TitleSequenceAddPark() local
218 auto zip = Zip::TryOpen(seq.Path, ZIP_ACCESS::WRITE); in TitleSequenceRenamePark() local
248 auto zip = Zip::TryOpen(seq.Path, ZIP_ACCESS::WRITE); in TitleSequenceRemovePark() local
298 const utf8* path = scanner->GetPathRelative(); in GetSaves() local
304 static std::vector<std::string> GetSaves(IZipArchive* zip) in GetSaves()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/mozglue/linker/
H A DZip.cpp47 RefPtr<Zip> zip = new Zip(filename, mapped, size); in Create() local
87 Zip::GetStream(const char *path, Zip::Stream *out) const in GetStream() argument
193 ZipCollection::GetZip(const char *path) in GetZip()
201 RefPtr<Zip> zip = *it; in GetZip() local
210 ZipCollection::Register(Zip *zip) in Register()
218 ZipCollection::Forget(Zip *zip) in Forget()
/dports/games/pioneer/pioneer-20210723/src/
H A DFileSourceZip.cpp20 mz_zip_archive *zip = static_cast<mz_zip_archive *>(std::calloc(1, sizeof(mz_zip_archive))); in FileSourceZip() local
50 mz_zip_archive *zip = static_cast<mz_zip_archive *>(m_archive); in ~FileSourceZip() local
54 static void SplitPath(const std::string &path, std::vector<std::string> &output) in SplitPath()
75 …bool FileSourceZip::FindDirectoryAndFile(const std::string &path, const Directory *&dir, std::stri… in FindDirectoryAndFile()
97 FileInfo FileSourceZip::Lookup(const std::string &path) in Lookup()
111 RefCountedPtr<FileData> FileSourceZip::ReadFile(const std::string &path) in ReadFile()
114 mz_zip_archive *zip = static_cast<mz_zip_archive *>(m_archive); in ReadFile() local
136 bool FileSourceZip::ReadDirectory(const std::string &path, std::vector<FileInfo> &output) in ReadDirectory()
156 void FileSourceZip::AddFile(const std::string &path, const FileStat &fileStat) in AddFile()
/dports/www/firefox-legacy/firefox-52.8.0esr/mozglue/android/
H A DnsGeckoUtils.cpp55 Java_org_mozilla_gecko_mozglue_NativeZip_getZip(JNIEnv *jenv, jclass, jstring path) in Java_org_mozilla_gecko_mozglue_NativeZip_getZip()
65 RefPtr<Zip> zip = ZipCollection::GetZip(str); in Java_org_mozilla_gecko_mozglue_NativeZip_getZip() local
81 RefPtr<Zip> zip = Zip::Create(buf, size); in Java_org_mozilla_gecko_mozglue_NativeZip_getZipFromByteBuffer() local
94 Zip *zip = (Zip *)obj; in Java_org_mozilla_gecko_mozglue_NativeZip__1release() local
101 …zilla_gecko_mozglue_NativeZip__1getInputStream(JNIEnv *jenv, jobject jzip, jlong obj, jstring path) in Java_org_mozilla_gecko_mozglue_NativeZip__1getInputStream()
103 Zip *zip = (Zip *)obj; in Java_org_mozilla_gecko_mozglue_NativeZip__1getInputStream() local
/dports/misc/R-cran-xfun/xfun/R/
H A Dmarkdown.R145 embed_file = function(path, name = basename(path), text = paste('Download', name), ...) { argument
152 embed_dir = function(path, name = paste0(normalize_path(path), '.zip'), ...) { argument
162 embed_files = function(path, name = with_ext(basename(path[1]), '.zip'), ...) { argument
169 zip = function(name, ...) { function
/dports/www/firefox-esr/firefox-91.8.0/mozglue/linker/
H A DZip.cpp44 RefPtr<Zip> zip = new Zip(filename, mapped, size); in Create() local
80 bool Zip::GetStream(const char* path, Zip::Stream* out) const { in GetStream() argument
243 already_AddRefed<Zip> ZipCollection::GetZip(const char* path) { in GetZip()
247 for (const auto& zip : Singleton.zips) { in GetZip() local
256 void ZipCollection::Register(Zip* zip) { in Register()
262 void ZipCollection::Forget(const Zip* zip) { in Forget()
/dports/www/firefox/firefox-99.0/mozglue/linker/
H A DZip.cpp44 RefPtr<Zip> zip = new Zip(filename, mapped, size); in Create() local
80 bool Zip::GetStream(const char* path, Zip::Stream* out) const { in GetStream() argument
243 already_AddRefed<Zip> ZipCollection::GetZip(const char* path) { in GetZip()
247 for (const auto& zip : Singleton.zips) { in GetZip() local
256 void ZipCollection::Register(Zip* zip) { in Register()
262 void ZipCollection::Forget(const Zip* zip) { in Forget()
/dports/lang/spidermonkey60/firefox-60.9.0/mozglue/linker/
H A DZip.cpp44 RefPtr<Zip> zip = new Zip(filename, mapped, size); in Create() local
80 bool Zip::GetStream(const char *path, Zip::Stream *out) const { in GetStream() argument
240 already_AddRefed<Zip> ZipCollection::GetZip(const char *path) { in GetZip()
244 for (const auto &zip : Singleton.zips) { in GetZip() local
253 void ZipCollection::Register(Zip *zip) { in Register()
259 void ZipCollection::Forget(const Zip *zip) { in Forget()
/dports/mail/thunderbird/thunderbird-91.8.0/mozglue/linker/
H A DZip.cpp44 RefPtr<Zip> zip = new Zip(filename, mapped, size); in Create() local
80 bool Zip::GetStream(const char* path, Zip::Stream* out) const { in GetStream() argument
243 already_AddRefed<Zip> ZipCollection::GetZip(const char* path) { in GetZip()
247 for (const auto& zip : Singleton.zips) { in GetZip() local
256 void ZipCollection::Register(Zip* zip) { in Register()
262 void ZipCollection::Forget(const Zip* zip) { in Forget()
/dports/lang/spidermonkey78/firefox-78.9.0/mozglue/linker/
H A DZip.cpp44 RefPtr<Zip> zip = new Zip(filename, mapped, size); in Create() local
80 bool Zip::GetStream(const char* path, Zip::Stream* out) const { in GetStream() argument
243 already_AddRefed<Zip> ZipCollection::GetZip(const char* path) { in GetZip()
247 for (const auto& zip : Singleton.zips) { in GetZip() local
256 void ZipCollection::Register(Zip* zip) { in Register()
262 void ZipCollection::Forget(const Zip* zip) { in Forget()
/dports/lang/spidermonkey60/firefox-60.9.0/mozglue/android/
H A DnsGeckoUtils.cpp41 RefPtr<Zip> zip = Zip::Create(str); in Java_org_mozilla_gecko_mozglue_GeckoLoader_verifyCRCs() local
67 jstring path) { in Java_org_mozilla_gecko_mozglue_NativeZip_getZip()
75 RefPtr<Zip> zip = ZipCollection::GetZip(str); in Java_org_mozilla_gecko_mozglue_NativeZip_getZip() local
91 RefPtr<Zip> zip = Zip::Create(buf, size); in Java_org_mozilla_gecko_mozglue_NativeZip_getZipFromByteBuffer() local
102 Zip *zip = (Zip *)obj; in Java_org_mozilla_gecko_mozglue_NativeZip__1release() local
110 jstring path) { in Java_org_mozilla_gecko_mozglue_NativeZip__1getInputStream()
111 Zip *zip = (Zip *)obj; in Java_org_mozilla_gecko_mozglue_NativeZip__1getInputStream() local
/dports/lang/spidermonkey78/firefox-78.9.0/mozglue/android/
H A DnsGeckoUtils.cpp41 RefPtr<Zip> zip = Zip::Create(str); in Java_org_mozilla_gecko_mozglue_GeckoLoader_verifyCRCs() local
67 jstring path) { in Java_org_mozilla_gecko_mozglue_NativeZip_getZip()
75 RefPtr<Zip> zip = ZipCollection::GetZip(str); in Java_org_mozilla_gecko_mozglue_NativeZip_getZip() local
91 RefPtr<Zip> zip = Zip::Create(buf, size); in Java_org_mozilla_gecko_mozglue_NativeZip_getZipFromByteBuffer() local
102 Zip* zip = (Zip*)obj; in Java_org_mozilla_gecko_mozglue_NativeZip__1release() local
110 jstring path) { in Java_org_mozilla_gecko_mozglue_NativeZip__1getInputStream()
111 Zip* zip = (Zip*)obj; in Java_org_mozilla_gecko_mozglue_NativeZip__1getInputStream() local
/dports/archivers/kf5-karchive/karchive-5.89.0/tests/
H A Dkziptest.cpp16 void recursive_print(const KArchiveDirectory *dir, const QString &path) in recursive_print()
40 void recursive_transfer(const KArchiveDirectory *dir, const QString &path, KZip *zip) in recursive_transfer()
69 KZip zip(fileName); in doList() local
82 KZip zip(fileName); in doPrintAll() local
109 KZip zip(fileName); in doSave() local
137 KZip zip(fileName); in doLoad() local
152 KZip zip(fileName); in doPrint() local
171 KZip zip(archiveName); in doCreate() local
189 KZip zip(archiveName); in doUpdate() local
/dports/www/moodle310/moodle/lib/spout/src/Spout/Writer/Common/Helper/
H A DZipHelper.php50 public function getZipFilePath(\ZipArchive $zip)
69 …public function addFileToArchive($zip, $rootFolderPath, $localFilePath, $existingFileMode = self::…
94 …public function addUncompressedFileToArchive($zip, $rootFolderPath, $localFilePath, $existingFileM…
120 …protected function addFileToArchiveWithCompressionMethod($zip, $rootFolderPath, $localFilePath, $e…
147 …public function addFolderToArchive($zip, $folderPath, $existingFileMode = self::EXISTING_FILES_OVE…
168 protected function shouldSkipFile($zip, $itemLocalPath, $existingFileMode)
182 protected function getNormalizedRealPath($path)
196 public function closeArchiveAndCopyToStream($zip, $streamPointer)
/dports/www/moodle311/moodle/lib/spout/src/Spout/Writer/Common/Helper/
H A DZipHelper.php50 public function getZipFilePath(\ZipArchive $zip)
69 …public function addFileToArchive($zip, $rootFolderPath, $localFilePath, $existingFileMode = self::…
94 …public function addUncompressedFileToArchive($zip, $rootFolderPath, $localFilePath, $existingFileM…
120 …protected function addFileToArchiveWithCompressionMethod($zip, $rootFolderPath, $localFilePath, $e…
147 …public function addFolderToArchive($zip, $folderPath, $existingFileMode = self::EXISTING_FILES_OVE…
168 protected function shouldSkipFile($zip, $itemLocalPath, $existingFileMode)
182 protected function getNormalizedRealPath($path)
196 public function closeArchiveAndCopyToStream($zip, $streamPointer)
/dports/www/moodle39/moodle/lib/spout/src/Spout/Writer/Common/Helper/
H A DZipHelper.php50 public function getZipFilePath(\ZipArchive $zip)
69 …public function addFileToArchive($zip, $rootFolderPath, $localFilePath, $existingFileMode = self::…
94 …public function addUncompressedFileToArchive($zip, $rootFolderPath, $localFilePath, $existingFileM…
120 …protected function addFileToArchiveWithCompressionMethod($zip, $rootFolderPath, $localFilePath, $e…
147 …public function addFolderToArchive($zip, $folderPath, $existingFileMode = self::EXISTING_FILES_OVE…
168 protected function shouldSkipFile($zip, $itemLocalPath, $existingFileMode)
182 protected function getNormalizedRealPath($path)
196 public function closeArchiveAndCopyToStream($zip, $streamPointer)
/dports/graphics/aseprite/aseprite-1.2.9/third_party/libarchive/libarchive/
H A Darchive_write_set_format_zip.c121 struct zip { struct
134 int entry_uses_zip64; argument
135 int experiments;
137 char tctx_valid;
141 char cctx_valid;
143 char hctx_valid;
177 #define zipmin(a, b) ((a) > (b) ? (b) : (a)) argument
192 static struct archive_string_conv *get_sconv(struct archive_write *, struct zip *); argument
1406 const char *path; in path_length() local
1425 const char *path; in write_path() local
[all …]
/dports/archivers/libarchive/libarchive-3.5.2/libarchive/
H A Darchive_write_set_format_zip.c122 struct zip { struct
135 int entry_uses_zip64; argument
136 int experiments;
138 char tctx_valid;
142 char cctx_valid;
144 char hctx_valid;
178 #define zipmin(a, b) ((a) > (b) ? (b) : (a)) argument
193 static struct archive_string_conv *get_sconv(struct archive_write *, struct zip *); argument
1428 const char *path; in path_length() local
1446 const char *path; in write_path() local
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/xtrabackup/src/libarchive/libarchive/
H A Darchive_write_set_format_zip.c121 struct zip { struct
134 int entry_uses_zip64; argument
135 int experiments;
137 char tctx_valid;
141 char cctx_valid;
143 char hctx_valid;
177 #define zipmin(a, b) ((a) > (b) ? (b) : (a)) argument
192 static struct archive_string_conv *get_sconv(struct archive_write *, struct zip *); argument
1406 const char *path; in path_length() local
1425 const char *path; in write_path() local
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmlibarchive/libarchive/
H A Darchive_write_set_format_zip.c122 struct zip { struct
135 int entry_uses_zip64; argument
136 int experiments;
138 char tctx_valid;
142 char cctx_valid;
144 char hctx_valid;
178 #define zipmin(a, b) ((a) > (b) ? (b) : (a)) argument
193 static struct archive_string_conv *get_sconv(struct archive_write *, struct zip *); argument
1428 const char *path; in path_length() local
1446 const char *path; in write_path() local
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmlibarchive/libarchive/
H A Darchive_write_set_format_zip.c122 struct zip { struct
135 int entry_uses_zip64; argument
136 int experiments;
138 char tctx_valid;
142 char cctx_valid;
144 char hctx_valid;
178 #define zipmin(a, b) ((a) > (b) ? (b) : (a)) argument
193 static struct archive_string_conv *get_sconv(struct archive_write *, struct zip *); argument
1428 const char *path; in path_length() local
1446 const char *path; in write_path() local
[all …]
/dports/devel/cmake/cmake-3.22.1/Utilities/cmlibarchive/libarchive/
H A Darchive_write_set_format_zip.c122 struct zip { struct
135 int entry_uses_zip64; argument
136 int experiments;
138 char tctx_valid;
142 char cctx_valid;
144 char hctx_valid;
178 #define zipmin(a, b) ((a) > (b) ? (b) : (a)) argument
193 static struct archive_string_conv *get_sconv(struct archive_write *, struct zip *); argument
1428 const char *path; in path_length() local
1446 const char *path; in write_path() local
[all …]
/dports/devel/upp/upp/uppsrc/plugin/zip/
H A Dzip.h11 String path; member
20 Stream *zip; variable
69 FileIn zip; variable
79 MemReadStream zip; variable
89 StringStream zip; variable
99 Stream *zip; variable
102 String path; member
153 FileOut zip; variable
165 StringStream zip; variable
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/sourcelookup/
H A DArchiveSourceLocation.java84 ZipFile zip = fZipFileCache.get(name); in getZipFile() local
159 ZipFile zip = getArchive(); in findSourceElement() local
199 private void autoDetectRoot(IPath path) throws CoreException { in autoDetectRoot()
201 ZipFile zip = null; in autoDetectRoot() local
254 private void setRootPath(String path) { in setRootPath()
345 String path = root.getAttribute("archivePath"); //$NON-NLS-1$ in initializeFrom() local

12345678910>>...30