Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GPUOpen-Tools/GPU-Reshape
/ PathExists
Function
PathExists
Source/Libraries/Common/Source/FileSystem.cpp:196–199 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
194
}
195
196
bool PathExists(const std::string& view) {
197
struct stat buffer;
198
return (stat (view.c_str(), &buffer) == 0);
199
}
Callers
3
GetCandidateList
Method · 0.85
LoadFromApplicationConfig
Method · 0.85
LoadFromGlobalConfig
Method · 0.85
Calls
1
stat
Class · 0.85
Tested by
no test coverage detected