Home
last modified time | relevance | path

Searched refs:OpenZipFile (Results 1 – 7 of 7) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/tools/tests/
H A Doshelpers_test.py75 def OpenZipFile(self): member in TestZip
94 self.OpenZipFile()
105 self.OpenZipFile()
111 self.OpenZipFile()
122 self.OpenZipFile()
128 self.OpenZipFile()
133 self.OpenZipFile()
143 self.OpenZipFile()
149 self.OpenZipFile()
166 self.OpenZipFile()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/gerbview/tools/
H A Dgerbview_control.h56 int OpenZipFile( const TOOL_EVENT& aEvent );
H A Dgerbview_control.cpp80 int GERBVIEW_CONTROL::OpenZipFile( const TOOL_EVENT& aEvent ) in OpenZipFile() function in GERBVIEW_CONTROL
394 Go( &GERBVIEW_CONTROL::OpenZipFile, GERBVIEW_ACTIONS::openZipFile.MakeEvent() ); in setTransitions()
/dports/games/golly/golly-3.3-src/gui-wx/
H A Dwxmain.h198 void OpenZipFile(const wxString& path);
H A Dwxfile.cpp512 void MainFrame::OpenZipFile(const wxString& zippath) in OpenZipFile() function in MainFrame
817 OpenZipFile(path); in OpenFile()
/dports/archivers/unzip/unzip60/macos/source/
H A Dmacos.c99 static Boolean OpenZipFile = true; variable
1073 if (OpenZipFile) in macopen()
1085 OpenZipFile = false; in macopen()
1961 OpenZipFile = true; in MacGlobalsInit()
/dports/games/golly/golly-3.3-src/gui-common/
H A Dfile.cpp622 void OpenZipFile(const char* zippath) in OpenZipFile() function
894 OpenZipFile(fullpath.c_str()); // must use full path in OpenFile()