Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
RecursiveFindFiles
Function · 0.70
StatFile
Method · 0.70
FileExists
Method · 0.70
DirectoryExists
Method · 0.70
CreateDirectoryPath
Method · 0.70
DeleteFilePath
Method · 0.70
DeleteDirectory
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected