MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / IsFile

Method IsFile

pcsx2/SIO/Memcard/MemoryCardFolder.h:112–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 } entry;
111
112 bool IsFile() const { return !!(entry.data.mode & Mode_File); }
113 bool IsDir() const { return !!(entry.data.mode & Mode_Directory); }
114 bool IsUsed() const { return !!(entry.data.mode & Mode_Used); }
115 bool IsValid() const { return entry.data.mode != 0xFFFFFFFF; }

Callers 6

FlushFileEntriesMethod · 0.80
FindEquivalentMethod · 0.80
WriteIndexMethod · 0.80
GetPathMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected