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

Class stat

common/FileSystem.cpp:413–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411
412 // Check if the last component added is a symlink
413 struct stat sb;
414 if (lstat(realpath.c_str(), &sb) != 0)
415 {
416 // Don't bother checking any further components once we error out.

Callers 7

RecursiveFindFilesFunction · 0.70
StatFileMethod · 0.70
FileExistsMethod · 0.70
DirectoryExistsMethod · 0.70
CreateDirectoryPathMethod · 0.70
DeleteFilePathMethod · 0.70
DeleteDirectoryMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected