Home
last modified time | relevance | path

Searched refs:grep_open (Results 1 – 3 of 3) sorted by relevance

/system/core/toolbox/grep/
Dgrep.h160 struct file *grep_open(const char *path);
Dutil.c200 f = grep_open(NULL); in procfile()
211 f = grep_open(fn); in procfile()
Dfile.c235 grep_open(const char *path) in grep_open() function