| 5 | static 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); |
no outgoing calls
no test coverage detected
searching dependent graphs…