Searched refs:getline (Results 1 - 2 of 2) sorted by relevance

/system/core/fs_mgr/
H A Dfs_mgr.c176 static char *getline(char *buf, int size, FILE *file) function
250 while (getline(line, sizeof(line), fstab_file)) {
277 while (getline(line, sizeof(line), fstab_file)) {
/system/core/toolbox/grep/
H A Dgrep.c298 while ((rlen = getline(&line, &len, f)) != -1)

Completed in 25 milliseconds