Home
last modified time | relevance | path

Searched refs:openArchive (Results 1 – 25 of 308) sorted by relevance

12345678910>>...13

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Dchapters.cpp36 if (!_vm->openArchive("A.TLK")) in enterChapter()
39 if (!_vm->openArchive(Common::String::format("VQA%d.MIX", MIN(id, 3)))) in enterChapter()
45 && !_vm->openArchive(Common::String::format("%d.TLK", chi)) in enterChapter()
51 if (!_vm->openArchive(Common::String::format("%d.TLK", MIN(id, 3)))) in enterChapter()
55 if (!_vm->openArchive(Common::String::format("OUTTAKE%d.MIX", id))) in enterChapter()
H A Douttake.cpp55 _vm->openArchive(newOuttakeFile); in play()
104 _vm->openArchive(oldOuttakeFile); in play()
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Dchapters.cpp36 if (!_vm->openArchive("A.TLK")) in enterChapter()
39 if (!_vm->openArchive(Common::String::format("VQA%d.MIX", MIN(id, 3)))) in enterChapter()
45 && !_vm->openArchive(Common::String::format("%d.TLK", chi)) in enterChapter()
51 if (!_vm->openArchive(Common::String::format("%d.TLK", MIN(id, 3)))) in enterChapter()
55 if (!_vm->openArchive(Common::String::format("OUTTAKE%d.MIX", id))) in enterChapter()
/dports/games/scummvm/scummvm-2.5.1/engines/gob/
H A Dinit_v6.cpp51 _vm->_dataIO->openArchive("CD2.ITK", false); in initGame()
52 _vm->_dataIO->openArchive("CD3.ITK", false); in initGame()
53 _vm->_dataIO->openArchive("CD4.ITK", false); in initGame()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/gob/
H A Dinit_v6.cpp51 _vm->_dataIO->openArchive("CD2.ITK", false); in initGame()
52 _vm->_dataIO->openArchive("CD3.ITK", false); in initGame()
53 _vm->_dataIO->openArchive("CD4.ITK", false); in initGame()
/dports/security/zeronet/ZeroNet-0.7.1/plugins/FilePack/
H A DFilePackPlugin.py19 def openArchive(archive_path, file_obj=None): function
37 archive = openArchive(archive_path, file_obj=file_obj)
111 def openArchive(self, inner_path): member in SiteStoragePlugin
125 archive = openArchive(archive_path, file_obj=file_obj)
135 archive = self.openArchive(archive_inner_path)
159 archive = self.openArchive(archive_inner_path)
186 archive = self.openArchive(archive_inner_path)
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgDB/
H A DArchive.cpp25 osgDB::Archive* osgDB::openArchive(const std::string& filename, ReaderWriter::ArchiveStatus status,… in openArchive() function in osgDB
27 return openArchive(filename, status, indexBlockSizeHint, Registry::instance()->getOptions()); in openArchive()
30 osgDB::Archive* osgDB::openArchive(const std::string& filename, ReaderWriter::ArchiveStatus status,… in openArchive() function in osgDB
39 …ReaderWriter::ReadResult result = osgDB::Registry::instance()->openArchive(filename, status, index… in openArchive()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/
H A DArchive.cpp25 osgDB::Archive* osgDB::openArchive(const std::string& filename, ReaderWriter::ArchiveStatus status,… in openArchive() function in osgDB
27 return openArchive(filename, status, indexBlockSizeHint, Registry::instance()->getOptions()); in openArchive()
30 osgDB::Archive* osgDB::openArchive(const std::string& filename, ReaderWriter::ArchiveStatus status,… in openArchive() function in osgDB
39 …ReaderWriter::ReadResult result = osgDB::Registry::instance()->openArchive(filename, status, index… in openArchive()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osga/
H A DReaderWriterOSGA.cpp19 …virtual ReadResult openArchive(const std::string& file,ArchiveStatus status, unsigned int indexBlo… in openArchive() function in ReaderWriterOSGA
42 virtual ReadResult openArchive(std::istream& fin,const Options*) const in openArchive() function in ReaderWriterOSGA
55 ReadResult result = openArchive(file,osgDB::Archive::READ); in readImage()
83 ReadResult result = openArchive(file,osgDB::Archive::READ); in readNode()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/zip/
H A DReaderWriterZIP.cpp23 …virtual ReadResult openArchive(const std::string& file,ArchiveStatus status, unsigned int indexBlo…
52 virtual ReadResult openArchive(std::istream& fin, const Options* options) const
112 osgDB::ReaderWriter::ReadResult result = openArchive(file, osgDB::Archive::READ);
137 osgDB::ReaderWriter::ReadResult result = openArchive(fin, options);
178 osgDB::ReaderWriter::ReadResult result = openArchive(file, osgDB::Archive::READ);
203 osgDB::ReaderWriter::ReadResult result = openArchive(fin, options);
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/zip/
H A DReaderWriterZIP.cpp23 …virtual ReadResult openArchive(const std::string& file,ArchiveStatus /*status*/, unsigned int /*in… in openArchive() function in ReaderWriterZIP
52 virtual ReadResult openArchive(std::istream& fin, const Options* options) const in openArchive() function in ReaderWriterZIP
116 osgDB::ReaderWriter::ReadResult result = openArchive(file, osgDB::Archive::READ); in readNode()
146 osgDB::ReaderWriter::ReadResult result = openArchive(fin, options); in readNode()
187 osgDB::ReaderWriter::ReadResult result = openArchive(file, osgDB::Archive::READ); in readImage()
212 osgDB::ReaderWriter::ReadResult result = openArchive(fin, options); in readImage()
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/pack/
H A Dpack_test.go25 ar := openArchive(name, os.O_RDWR|os.O_CREATE, nil)
30 ar = openArchive(name, os.O_RDONLY, []string{helloFile.name})
67 ar := openArchive(name, os.O_RDWR|os.O_CREATE, nil)
82 ar = openArchive(name, os.O_RDONLY, nil)
95 ar = openArchive(name, os.O_RDONLY, nil)
108 ar = openArchive(name, os.O_RDONLY, []string{helloFile.name})
124 ar := openArchive(name, os.O_RDWR|os.O_CREATE, nil)
144 ar = openArchive(name, os.O_RDONLY, []string{goodbyeFile.name})
H A Dpack.go43 ar = openArchive(os.Args[2], os.O_RDONLY, os.Args[3:])
46 ar = openArchive(os.Args[2], os.O_RDWR|os.O_CREATE, os.Args[3:])
49 ar = openArchive(os.Args[2], os.O_RDWR|os.O_TRUNC|os.O_CREATE, os.Args[3:])
53 ar = openArchive(os.Args[2], os.O_RDONLY, os.Args[3:])
56 ar = openArchive(os.Args[2], os.O_RDONLY, os.Args[3:])
121 func openArchive(name string, mode int, files []string) *Archive { func
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/util/
H A DOptionsReadFileCallback.cxx33 OptionsReadFileCallback::openArchive(const std::string& name, osgDB::ReaderWriter::ArchiveStatus st… in openArchive() function in simgear::OptionsReadFileCallback
38 return callback->openArchive(name, status, indexBlockSizeHint, options); in openArchive()
40 return osgDB::ReadFileCallback::openArchive(name, status, indexBlockSizeHint, options); in openArchive()
/dports/games/scummvm/scummvm-2.5.1/engines/gob/detection/
H A Ddetection.cpp102 if (!dataIO.openArchive("stk1.stk", true) || in detectOnceUponATime()
103 !dataIO.openArchive("stk2.stk", true) || in detectOnceUponATime()
104 !dataIO.openArchive("stk3.stk", true)) { in detectOnceUponATime()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osga/
H A DReaderWriterOSGA.cpp19 …virtual ReadResult openArchive(const std::string& file,ArchiveStatus status, unsigned int indexBlo… in openArchive() function in ReaderWriterOSGA
42 virtual ReadResult openArchive(std::istream& fin,const Options*) const in openArchive() function in ReaderWriterOSGA
64 ReadResult result = openArchive(file, osgDB::Archive::READ); in readMasterFile()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/draci/
H A Dsound.h108 openArchive(path); in LegacySoundArchive()
112 void openArchive(const char *path);
140 …void openArchive(const char *path, const char *extension, SoundFormat format, int raw_frequency = …
H A Dbarchive.h55 openArchive(path); in BArchive()
60 void openArchive(const Common::String &path);
H A Ddraci.cpp132 zip->openArchive("dub-raw.zzz", "buf", RAW80, kDubbingFrequency); in openAnyPossibleDubbing()
135 zip->openArchive("dub-flac.zzz", "flac", FLAC); in openAnyPossibleDubbing()
139 zip->openArchive("dub-ogg.zzz", "ogg", OGG); in openAnyPossibleDubbing()
143 zip->openArchive("dub-mp3.zzz", "mp3", MP3); in openAnyPossibleDubbing()
/dports/games/scummvm/scummvm-2.5.1/engines/draci/
H A Dsound.h108 openArchive(path); in LegacySoundArchive()
112 void openArchive(const char *path);
140 …void openArchive(const char *path, const char *extension, SoundFormat format, int raw_frequency = …
H A Dbarchive.h55 openArchive(path); in BArchive()
60 void openArchive(const Common::String &path);
H A Ddraci.cpp125 zip->openArchive("dub-raw.zzz", "buf", RAW80, kDubbingFrequency); in openAnyPossibleDubbing()
128 zip->openArchive("dub-flac.zzz", "flac", FLAC); in openAnyPossibleDubbing()
132 zip->openArchive("dub-ogg.zzz", "ogg", OGG); in openAnyPossibleDubbing()
136 zip->openArchive("dub-mp3.zzz", "mp3", MP3); in openAnyPossibleDubbing()
/dports/deskutils/pim-data-exporter/pim-data-exporter-21.12.3/core/
H A Dpimdatabackuprestore.cpp64 bool PimDataBackupRestore::openArchive(const QString &filename, bool readWrite) in openArchive() function in PimDataBackupRestore
67 if (!mArchiveStorage->openArchive(readWrite)) { in openArchive()
84 if (!openArchive(filename, true)) { in backupStart()
259 if (!openArchive(filename, false)) { in restoreStart()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/gob/detection/
H A Ddetection.cpp91 if (!dataIO.openArchive("stk1.stk", true) || in detectOnceUponATime()
92 !dataIO.openArchive("stk2.stk", true) || in detectOnceUponATime()
93 !dataIO.openArchive("stk3.stk", true)) { in detectOnceUponATime()
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/league/flysystem-ziparchive/src/
H A DZipArchiveAdapter.php42 $this->openArchive($location);
53 $this->openArchive($path);
81 public function openArchive($location) function in League\\Flysystem\\ZipArchive\\ZipArchiveAdapter

12345678910>>...13