Home
last modified time | relevance | path

Searched refs:procfile (Results 1 – 4 of 4) sorted by relevance

/system/core/toolbox/grep/
Dgrep.h145 int procfile(const char *fn);
Dutil.c173 c += procfile(p->fts_path); in grep_tree()
187 procfile(const char *fn) in procfile() function
Dgrep.c692 exit(!procfile("-")); in grep_main()
700 c+= procfile(*aargv); in grep_main()
/system/core/init/
Dbootchart.c214 do_log_file(FileBuff log, const char* procfile) in do_log_file() argument
222 fd = open(procfile,O_RDONLY); in do_log_file()