Home
last modified time | relevance | path

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

/tools/perf/util/
Dcopyfile.c19 FILE *from_fp, *to_fp; in slow_copyfile() local
23 from_fp = fopen(from, "r"); in slow_copyfile()
25 if (from_fp == NULL) in slow_copyfile()
32 while (getline(&line, &n, from_fp) > 0) in slow_copyfile()
40 fclose(from_fp); in slow_copyfile()