Searched refs:check_file (Results 1 – 4 of 4) sorted by relevance
/external/libcap-ng/libcap-ng-0.7/utils/ |
D | filecap.c | 44 static int check_file(const char *fpath, in check_file() function 157 nftw(dir, check_file, 1024, nftw_flags); in main() 163 nftw("/", check_file, 1024, nftw_flags); in main() 166 nftw(dir, check_file, 1024, nftw_flags); in main() 169 check_file(path, &sbuf, 0, NULL); in main()
|
/external/grub/stage2/ |
D | builtins.c | 3855 auto int check_file (char *file); in setup_func() 3860 int check_file (char *file) in setup_func() 4012 if (! check_file (stage1)) in setup_func() 4017 if (! check_file (stage1)) in setup_func() 4024 if (! check_file (stage1)) in setup_func() 4034 if (! check_file (stage2)) in setup_func() 4050 if (check_file (stage1_5)) in setup_func()
|
/external/webkit/Tools/ |
D | ChangeLog-2010-05-24 | 5439 not call check_file for deleted files. 7807 - StyleChecker.check_file() no longer raises an exception when 7933 - Added a line_number parameter to the check_file() method. 8052 - In the StyleChecker.check_file() method: 9468 - Replaced the call to check_file() with a call to check_paths(). 9506 - For StyleChecker.check_file(): 17934 - Renamed process_file() to check_file().
|
/external/grub/ |
D | ChangeLog | 3322 check_file checks if the file FILE exists.
|