Lines Matching refs:FILE
5 * you may not use this file except in compliance with the License.
28 #include <sys/file.h>
99 * Dump the stack traces for all threads to the supplied file, putting
102 static void logThreadStacks(FILE* fp)
132 * Thread stacks can either go to the log or to a file designated for holding
133 * ANR traces. If we're writing to a file, we want to do it in one shot,
136 * before doing the file write, so we don't stall the VM if disk I/O is
157 FILE* memfp = open_memstream(&traceBuf, &traceLen);
184 * Open the stack trace output file, creating it if necessary. It
189 ALOGE("Unable to open stack trace file '%s': %s",