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

Class acl_stat

lib_acl_cpp/samples/scan_rmdir/main.cpp:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5static void check_time(ACL_SCAN_DIR* scan, const char* path)
6{
7 struct acl_stat sbuf;
8 if (acl_scan_dir_stat(scan, &sbuf) == -1) {
9 printf("acl_scan_stat %s error\r\n", path);
10 exit(1);

Callers 1

check_timeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…