Home
last modified time | relevance | path

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

/tools/perf/util/
Dcopyfile.c19 FILE *from_fp, *to_fp; in slow_copyfile() local
28 to_fp = fopen(to, "w"); in slow_copyfile()
29 if (to_fp == NULL) in slow_copyfile()
33 if (fputs(line, to_fp) == EOF) in slow_copyfile()
37 fclose(to_fp); in slow_copyfile()