MCPcopy Create free account
hub / github.com/acl-dev/acl / remove_all

Method remove_all

lib_acl_cpp/src/stdlib/scan_dir.cpp:360–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358}
359
360acl_uint64 scan_dir::remove_all(int* nfiles /* = NULL */,
361 int* ndirs /* = NULL */) const
362{
363 if (scan_ == NULL) {
364 return 0;
365 }
366 return (acl_uint64) acl_scan_dir_rm2(scan_, nfiles, ndirs);
367}
368
369acl_uint64 scan_dir::remove_all(const char* path, bool recursive /* = true */,
370 int* nfiles /* = NULL */, int* ndirs /* = NULL */)

Callers

nothing calls this directly

Calls 2

acl_scan_dir_rm2Function · 0.85
openMethod · 0.45

Tested by

no test coverage detected