HomeSort by relevance Sort by last modified time
    Searched refs:check_file (Results 1 - 9 of 9) 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 265 def check_file(full_path, bare_output): function
316 error = check_file(full_file_path, bare_output)
329 def check_file(self, rel_path): member in class:ApiBase
330 logging.debug('check_file(%s)' % rel_path)
338 return check_file(full_path, self.bare_output)
357 error = self.check_file(rel_path)
  /system/core/adb/
commandline.c 1636 static int check_file(const char* filename) function
    [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...]
  /external/grub/stage2/
builtins.c 3860 int check_file (char *file) function
    [all...]

Completed in 477 milliseconds