HomeSort by relevance Sort by last modified time
    Searched refs:check_file (Results 1 - 10 of 10) 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/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/chromium_org/tools/checkperms/
checkperms.py 304 def check_file(root_path, rel_path): function
350 gen = (check_file(root, f) for f in files if not is_ignored(f))
361 def check_file(self, rel_path): member in class:ApiBase
362 logging.debug('check_file(%s)' % rel_path)
369 return check_file(self.root_dir, rel_path)
388 error = self.check_file(rel_path)
  /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,
  /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 2090 milliseconds