Home
last modified time | relevance | path

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

/system/core/init/
Dbootchart.cpp106 static void do_log_file(FILE* log, const char* procfile) { in do_log_file() argument
110 if (android::base::ReadFileToString(procfile, &content)) { in do_log_file()
/system/core/toolbox/upstream-netbsd/usr.bin/grep/
Dgrep.h141 int procfile(const char *fn);
Dutil.c174 c += procfile(p->fts_path); in grep_tree()
188 procfile(const char *fn) in procfile() function
Dgrep.c689 exit(!procfile("-")); in main()
697 c+= procfile(*aargv); in main()