/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/valgrind/none/tests/solaris/ |
D | proc_auxv.c | 11 static int check_file(const char *path, auxv_t *auxv) in check_file() function 63 if (check_file("/proc/self/auxv", auxv)) in main() 68 if (check_file(buf, auxv)) in main()
|
/external/autotest/client/site_tests/security_AccountsBaseline/ |
D | security_AccountsBaseline.py | 57 def check_file(self, basename): member in security_AccountsBaseline 105 passwd_ok = self.check_file('passwd') 106 group_ok = self.check_file('group')
|
/external/ltp/testcases/kernel/syscalls/splice/ |
D | splice01.c | 68 static void check_file(void) in check_file() function 115 check_file(); in splice_test()
|
/external/ltp/testcases/kernel/syscalls/vmsplice/ |
D | vmsplice01.c | 72 static void check_file(void) in check_file() function 144 check_file(); in vmsplice_test()
|
/external/ltp/testcases/kernel/syscalls/tee/ |
D | tee01.c | 73 static void check_file(void) in check_file() function 129 check_file(); in tee_test()
|
/external/autotest/utils/ |
D | run_pylint.py | 262 def check_file(file_path, base_opts): function 288 check_file(os.path.join(dirname, filename), arg)
|
/external/e2fsprogs/lib/support/ |
D | quotaio.c | 270 if (h->qh_ops->check_file && in quota_file_open() 271 (h->qh_ops->check_file(h, qtype, fmt) == 0)) { in quota_file_open()
|
D | quotaio.h | 162 int (*check_file) (struct quota_handle *h, int type, int fmt); member
|
D | quotaio_v2.c | 34 .check_file = v2_check_file,
|
/external/ltp/testcases/kernel/fs/doio/ |
D | growfiles.c | 112 int check_file(int fd, int cf_inter, char *filename, int no_file_check); 1509 if (check_file(fd, file_check_inter, filename, in main() 2681 int check_file(int fd, int cf_inter, char *filename, int no_file_check) in check_file() function
|
D | doio.c | 407 char *check_file(char *file, int offset, int length, char *pattern, 1910 msg = check_file(file, offset, nbytes, Pattern, Pattern_Length, in do_write() 2283 msg = check_file(lio->r_file, in do_listio() 3444 msg = check_file(file, offset, nbytes * nstrides * nents, in do_rw() 3736 char *check_file(char *file, int offset, int length, char *pattern, in check_file() function
|