Searched refs:Reopen (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DFileAutoClose.cpp78 Reopen();
94 Reopen();
101 Reopen();
108 Reopen();
114 Reopen();
126 void CFileAutoClose::Reopen() function in class:CFileAutoClose
129 AddDebugLogLineN(logCFile, wxT("Reopen AutoClosed file ") + GetFilePath().GetPrintable());
130 m_file.Reopen(m_mode); // throws on failure
H A DFileAutoClose.h168 void Reopen();
H A DCFile.h107 void Reopen(OpenMode mode);
H A DCFile.cpp285 void CFile::Reopen(OpenMode mode) function in class:CFile
304 m_filePath = m_filePath.RemoveExt(); // restore m_filePath for Reopen()
H A DThreadTasks.cpp316 file.Reopen(CFile::read_write);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msdos/
H A Dutilsdos.cpp351 bool Reopen(const wxString& name, int flags);
373 bool wxRedirectableFd::Reopen(const wxString& name, int flags) function in class:wxRedirectableFd
440 if (!in.Reopen(_T("NUL"), O_RDONLY | O_TEXT))
443 if (!out.Reopen(wxFileName::CreateTempFileName(_T("out")),
447 if (!err.Reopen(wxFileName::CreateTempFileName(_T("err")),

Completed in 60 milliseconds