MCPcopy Create free account
hub / github.com/Inori/GPCS4 / _stat

Class _stat

GPCS4/SceModules/SceLibkernel/sce_kernel_file.cpp:258–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256 std::string pcPath = plat::PS4PathToPCPath(path);
257
258 struct _stat stat;
259 int ret = _stat(pcPath.c_str(), &stat);
260 sb->st_mode = getSceFileMode(stat.st_mode);
261 //sb->st_atim = stat.st_atime;

Callers 2

sceKernelStatFunction · 0.85
sceKernelFstatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected