Searched refs:check_file (Results 1 – 4 of 4) sorted by relevance
/external/libcap-ng/libcap-ng-0.7/utils/ |
D | filecap.c | 44 static int check_file(const char *fpath, in check_file() function 157 nftw(dir, check_file, 1024, nftw_flags); in main() 163 nftw("/", check_file, 1024, nftw_flags); in main() 166 nftw(dir, check_file, 1024, nftw_flags); in main() 169 check_file(path, &sbuf, 0, NULL); in main()
|
/external/e2fsprogs/lib/quota/ |
D | quotaio.c | 230 if (h->qh_ops->check_file && in quota_file_open() 231 (h->qh_ops->check_file(h, type, fmt) == 0)) { in quota_file_open()
|
D | quotaio.h | 110 int (*check_file) (struct quota_handle *h, int type, int fmt); member
|
D | quotaio_v2.c | 33 .check_file = v2_check_file,
|