Home
last modified time | relevance | path

Searched refs:check_file (Results 1 – 21 of 21) 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/python/cpython3/Lib/test/
Daudiotests.py62 def check_file(self, testfile, nframes, frames): member in AudioWriteTests
131 self.check_file(TESTFN, self.nframes, self.frames)
139 self.check_file(TESTFN, self.nframes, self.frames)
147 self.check_file(TESTFN, self.nframes, self.frames)
155 self.check_file(TESTFN, self.nframes, self.frames)
167 self.check_file(testfile, self.nframes, self.frames)
181 self.check_file(testfile, self.nframes, self.frames)
193 self.check_file(testfile, self.nframes, self.frames)
201 self.check_file(testfile, self.nframes, self.frames)
209 self.check_file(TESTFN, self.nframes, self.frames)
[all …]
Dtest_zipfile.py953 def check_file(self, filename, content): member in ExtractTests
1032 self.check_file(correctfile, content)
1037 self.check_file(correctfile, content)
1046 self.check_file(correctfile, content)
1051 self.check_file(correctfile, content)
Dtest_optparse.py1032 def check_file(option, opt, value): member in TestExtendAddTypes.MyOption
1041 TYPE_CHECKER["file"] = check_file
/external/python/cpython2/Lib/test/
Daudiotests.py79 def check_file(self, testfile, nframes, frames): member in AudioWriteTests
104 self.check_file(TESTFN, self.nframes, self.frames)
116 self.check_file(testfile, self.nframes, self.frames)
130 self.check_file(testfile, self.nframes, self.frames)
142 self.check_file(testfile, self.nframes, self.frames)
151 self.check_file(testfile, self.nframes, self.frames)
161 self.check_file(TESTFN, self.nframes, self.frames)
179 self.check_file(testfile, self.nframes + 1, self.frames)
198 self.check_file(testfile, self.nframes - 1, self.frames[:-framesize])
Dtest_zipfile.py480 def check_file(self, filename, content): member in TestsWithSourceFile
502 self.check_file(writtenfile, content)
562 self.check_file(correctfile, content)
567 self.check_file(correctfile, content)
576 self.check_file(correctfile, content)
581 self.check_file(correctfile, content)
Dtest_optparse.py1032 def check_file(option, opt, value): member in TestExtendAddTypes.MyOption
1041 TYPE_CHECKER["file"] = check_file
/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/ltp/testcases/kernel/syscalls/splice/
Dsplice01.c45 static void check_file(void) in check_file() function
88 check_file(); in splice_test()
/external/ltp/testcases/kernel/syscalls/vmsplice/
Dvmsplice01.c48 static void check_file(void) in check_file() function
118 check_file(); in vmsplice_test()
/external/ltp/testcases/kernel/syscalls/tee/
Dtee01.c48 static void check_file(void) in check_file() function
100 check_file(); in tee_test()
/external/tensorflow/tensorflow/tools/test/
Dcheck_futures_test.py56 def check_file(path, old_division): function
100 check_file(path, old_division=path in old_division)
/external/f2fs-tools/fsck/
Dquotaio.c135 if (h->qh_ops->check_file && in quota_file_open()
136 (h->qh_ops->check_file(h, qtype) == 0)) { in quota_file_open()
Dquotaio.h155 int (*check_file) (struct quota_handle *h, int type); member
Dquotaio_v2.c35 .check_file = v2_check_file,
/external/autotest/utils/
Drun_pylint.py236 def check_file(file_path, base_opts): function
262 check_file(os.path.join(dirname, filename), arg)
/external/e2fsprogs/lib/support/
Dquotaio.c270 if (h->qh_ops->check_file && in quota_file_open()
271 (h->qh_ops->check_file(h, qtype, fmt) == 0)) { in quota_file_open()
Dquotaio.h162 int (*check_file) (struct quota_handle *h, int type, int fmt); member
Dquotaio_v2.c34 .check_file = v2_check_file,
/external/ltp/testcases/kernel/fs/doio/
Dgrowfiles.c112 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
Ddoio.c407 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