MCPcopy Create free account
hub / github.com/amule-project/amule / Open

Method Open

src/CFile.cpp:208–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206
207
208bool CFile::Open(const wxString& fileName, OpenMode mode, int accessMode)
209{
210 MULE_VALIDATE_PARAMS(fileName.Length(), "CFile: Cannot open, empty path.");
211
212 return Open(CPath(fileName), mode, accessMode);
213}
214
215
216bool CFile::Open(const CPath& fileName, OpenMode mode, int accessMode)

Callers 15

CopyTextToClipboardMethod · 0.45
LoadListMethod · 0.45
SaveStaticServersMethod · 0.45
InstallDesktopFileFunction · 0.45
AddLinksFromFileMethod · 0.45
InitCommonMethod · 0.45
LoadMethod · 0.45
SaveMethod · 0.45
OnInitMethod · 0.45
OnCoreTimerMethod · 0.45
GetLogMethod · 0.45

Calls 8

filename2charFunction · 0.85
syscall_checkFunction · 0.85
LengthMethod · 0.80
FileExistsMethod · 0.80
AppendExtMethod · 0.80
GetRawMethod · 0.80
CPathClass · 0.70
IsOkMethod · 0.45

Tested by 4

setUpMethod · 0.36
TESTFunction · 0.36
CompareReadLinesFunction · 0.36
runMethod · 0.36