HomeSort by relevance Sort by last modified time
    Searched refs:check_file (Results 1 - 18 of 18) sorted by null

  /frameworks/base/tests/backup/
test_restore.sh 23 function check_file function
82 check_file files/file.txt "first file" || need_bug=1
83 check_file files/another_file.txt "asdf" || need_bug=1
84 #check_file files/3.txt "3" || need_bug=1
85 check_file files/empty.txt "" || need_bug=1
86 check_file shared_prefs/raw.xml '<map><int name="pref" value="1" /></map>' || need_bug=1
  /external/valgrind/none/tests/solaris/
proc_auxv.c 11 static int check_file(const char *path, auxv_t *auxv) function
63 if (check_file("/proc/self/auxv", auxv))
68 if (check_file(buf, auxv))
  /external/libcap-ng/libcap-ng-0.7/utils/
filecap.c 44 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/autotest/client/site_tests/security_AccountsBaseline/
security_AccountsBaseline.py 57 def check_file(self, basename): member in class:security_AccountsBaseline
105 passwd_ok = self.check_file('passwd')
106 group_ok = self.check_file('group')
  /external/chromium-trace/catapult/third_party/coverage/
igor.py 261 def check_file(fname, crlf=True, trail_white=True): function in function:do_check_eol
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/e2fsprogs/lib/quota/
quotaio.h 110 int (*check_file) (struct quota_handle *h, int type, int fmt); member in struct:quotafile_ops
quotaio.c 230 if (h->qh_ops->check_file &&
231 (h->qh_ops->check_file(h, type, fmt) == 0)) {
232 log_err("qh_ops->check_file failed");
quotaio_v2.c 33 .check_file = v2_check_file,
  /external/autotest/utils/
run_pylint.py 262 def check_file(file_path, base_opts): function
288 check_file(os.path.join(dirname, filename), arg)
  /toolchain/binutils/binutils-2.25/binutils/
elfedit.c 442 check_file (const char *file_name, struct stat *statbuf_p)
475 if (check_file (file_name, NULL))
441 check_file (const char *file_name, struct stat *statbuf_p) function
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_zipfile.py 429 def check_file(self, filename, content): member in class:TestsWithSourceFile
451 self.check_file(writtenfile, content)
511 self.check_file(correctfile, content)
516 self.check_file(correctfile, content)
525 self.check_file(correctfile, content)
530 self.check_file(correctfile, content)
    [all...]
test_optparse.py 1031 def check_file(option, opt, value): member in class:TestExtendAddTypes.MyOption
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_zipfile.py 429 def check_file(self, filename, content): member in class:TestsWithSourceFile
451 self.check_file(writtenfile, content)
511 self.check_file(correctfile, content)
516 self.check_file(correctfile, content)
525 self.check_file(correctfile, content)
530 self.check_file(correctfile, content)
    [all...]
test_optparse.py 1031 def check_file(option, opt, value): member in class:TestExtendAddTypes.MyOption
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_zipfile.py 429 def check_file(self, filename, content): member in class:TestsWithSourceFile
451 self.check_file(writtenfile, content)
511 self.check_file(correctfile, content)
516 self.check_file(correctfile, content)
525 self.check_file(correctfile, content)
530 self.check_file(correctfile, content)
    [all...]
test_optparse.py 1031 def check_file(option, opt, value): member in class:TestExtendAddTypes.MyOption
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_zipfile.py 429 def check_file(self, filename, content): member in class:TestsWithSourceFile
451 self.check_file(writtenfile, content)
511 self.check_file(correctfile, content)
516 self.check_file(correctfile, content)
525 self.check_file(correctfile, content)
530 self.check_file(correctfile, content)
    [all...]
test_optparse.py 1031 def check_file(option, opt, value): member in class:TestExtendAddTypes.MyOption
    [all...]

Completed in 383 milliseconds