MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / stat

Class stat

Sources/Shared/IO/FileSystem.cpp:353–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351
352# if !defined(DEATH_TARGET_SWITCH)
353 static std::int32_t DeleteDirectoryInternalCallback(const char* fpath, const struct stat* sb, std::int32_t typeflag, struct FTW* ftwbuf)
354 {
355 return ::remove(fpath);
356 }

Callers 15

DirectoryExistsMethod · 0.70
FileExistsMethod · 0.70
IsReadableMethod · 0.70
IsWritableMethod · 0.70
IsReadableFileMethod · 0.70
IsWritableFileMethod · 0.70
IsHiddenMethod · 0.70
SetHiddenMethod · 0.70
IsReadOnlyMethod · 0.70
SetReadOnlyMethod · 0.70
GetFileSizeMethod · 0.70
GetCreationTimeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected