/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 | 301 def check_file(root_path, rel_path, bare_output): function 352 error = check_file(root, rel_path, bare_output) 366 def check_file(self, rel_path): member in class:ApiBase 367 logging.debug('check_file(%s)' % rel_path) 374 return check_file(self.root_dir, rel_path, self.bare_output) 393 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...] |