MCPcopy Create free account
hub / github.com/PDAL/PDAL / deleteFile

Function deleteFile

pdal/util/FileUtils.cpp:296–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294
295
296bool deleteFile(const std::string& file)
297{
298 return (VSIUnlink(file.c_str()) == 0) ? true : false;
299}
300
301
302void renameFile(const std::string& dest, const std::string& src)

Callers 15

TESTFunction · 0.85
doneMethod · 0.85
cleanupMethod · 0.85
doneFileMethod · 0.85
cleanupMethod · 0.85
doneMethod · 0.85
~TempfileMethod · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 15

TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68