Home
last modified time | relevance | path

Searched refs:check_file (Results 1 – 8 of 8) sorted by relevance

/external/libcap-ng/libcap-ng-0.7/utils/
Dfilecap.c44 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/chromium-trace/catapult/third_party/coverage/
Digor.py261 def check_file(fname, crlf=True, trail_white=True): function
293 check_file(fname, **kwargs)
306 check_file("tests/farm/html/src/bom.py", crlf=False)
310 check_file("setup.py")
311 check_file("igor.py")
312 check_file("Makefile")
313 check_file(".hgignore")
314 check_file(".travis.yml")
/external/valgrind/none/tests/solaris/
Dproc_auxv.c11 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/
Dsecurity_AccountsBaseline.py57 def check_file(self, basename): member in security_AccountsBaseline
105 passwd_ok = self.check_file('passwd')
106 group_ok = self.check_file('group')
/external/autotest/utils/
Drun_pylint.py262 def check_file(file_path, base_opts): function
288 check_file(os.path.join(dirname, filename), arg)
/external/e2fsprogs/lib/quota/
Dquotaio.c230 if (h->qh_ops->check_file && in quota_file_open()
231 (h->qh_ops->check_file(h, type, fmt) == 0)) { in quota_file_open()
Dquotaio.h110 int (*check_file) (struct quota_handle *h, int type, int fmt); member
Dquotaio_v2.c33 .check_file = v2_check_file,