Home
last modified time | relevance | path

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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dutil.c63 FILE *from_fp = fopen(from, "r"), *to_fp; in slow_copyfile() local
65 if (from_fp == NULL) in slow_copyfile()
72 while (getline(&line, &n, from_fp) > 0) in slow_copyfile()
80 fclose(from_fp); in slow_copyfile()