/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);
|
/system/core/adb/ |
commandline.c | 1636 static int check_file(const char* filename) function [all...] |
/external/grub/stage2/ |
builtins.c | 3860 int check_file (char *file) function [all...] |