MCPcopy Create free account
hub / github.com/ClassiCube/ClassiCube / Directory_GetCachePath

Function Directory_GetCachePath

src/Platform_N64.c:130–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130void Directory_GetCachePath(cc_string* path) { }
131
132cc_result Directory_Create2(const cc_filepath* path) {
133 return mkdir(path->buffer, S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH) == -1 ? errno : 0;

Callers 1

UseDedicatedCacheFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected