| 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; |
no outgoing calls
no test coverage detected