Home | History | Annotate | Download | only in hwui

Lines Matching refs:FILE

5  * you may not use this file except in compliance with the License.
84 FILE *file = fdopen(fd, "a");
86 fprintf(file, "\nRecent DisplayList operations\n");
87 logBuffer.outputCommands(file, OP_NAMES);
91 fprintf(file, "\nCaches:\n%s", cachesLog.string());
92 fprintf(file, "\n");
94 fflush(file);