Searched defs:check_file (Results 1 - 3 of 3) sorted by relevance

/external/libcap-ng/libcap-ng-0.7/utils/
H A Dfilecap.c44 static int check_file(const char *fpath, function
157 nftw(dir, check_file, 1024, nftw_flags);
163 nftw("/", check_file, 1024, nftw_flags);
166 nftw(dir, check_file, 1024, nftw_flags);
169 check_file(path, &sbuf, 0, NULL);
/external/chromium_org/tools/checkperms/
H A Dcheckperms.py276 def check_file(root_path, rel_path): function
322 gen = (check_file(root, f) for f in files if not is_ignored(f))
333 def check_file(self, rel_path): member in class:ApiBase
334 logging.debug('check_file(%s)' % rel_path)
341 return check_file(self.root_dir, rel_path)
360 error = self.check_file(rel_path)
/external/e2fsprogs/lib/quota/
H A Dquotaio.h110 int (*check_file) (struct quota_handle *h, int type, int fmt); member in struct:quotafile_ops

Completed in 1545 milliseconds