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

Method rmdir_def

lib_acl_cpp/src/stdlib/scan_dir.cpp:95–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95int scan_dir::rmdir_def(ACL_SCAN_DIR*, const char* path, void* ctx)
96{
97 scan_dir* me = (scan_dir*) ctx;
98 return me->rmdir_callback(path) ? 0 : -1;
99}
100
101bool scan_dir::rmdir_callback(const char* path)
102{

Callers

nothing calls this directly

Calls 1

rmdir_callbackMethod · 0.45

Tested by

no test coverage detected