Home | History | Annotate | Download | only in vm

Lines Matching refs:FILE

5  * you may not use this file except in compliance with the License.
149 * Fill out a DebugOutputTarget suitable for printing to a file pointer.
151 void dvmCreateFileOutputTarget(DebugOutputTarget* target, FILE* fp)
157 target->data.file.fp = fp;
169 * Print a debug message, to either a file or the log.
184 vfprintf(target->data.file.fp, format, args);
560 * Set the "close on exec" flag so we don't expose our file descriptors
630 * This is currently generated by opening the appropriate "stat" file
667 * Open and read the appropriate file. This is expected to work on
743 /* documented in header file */