MCPcopy Create free account
hub / github.com/defold/defold / Unlink

Function Unlink

engine/dlib/src/dlib/sys_web.cpp:193–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191 }
192
193 Result Unlink(const char* path)
194 {
195 return dmSysPosix::Unlink(path);
196 }
197
198 Result Stat(const char* path, StatInfo* stat_info)
199 {

Callers 15

RemoveCachedContentFileFunction · 0.70
OpenFunction · 0.70
FlushFunction · 0.70
FreeCacheCreatorFunction · 0.70
EndFunction · 0.70
Iterate_RemoveFileFunction · 0.70
PlatformPurgeFunction · 0.50
PurgeFunction · 0.50
Sys_SaveFunction · 0.50
TESTFunction · 0.50
MissingContent_FileFunction · 0.50
TESTFunction · 0.50

Calls

no outgoing calls

Tested by 6

TESTFunction · 0.40
MissingContent_FileFunction · 0.40
TESTFunction · 0.40
TESTFunction · 0.40
TESTFunction · 0.40
TEST_FFunction · 0.40