Searched defs:fOutFile (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
H A Dperf_print.c204 char *fOutFile = NULL; local
229 fOutFile = (char *) malloc (strlen(config->log_file) + 32);
230 if (fOutFile)
232 sprintf(fOutFile, "%s-%05lu-%08lx-%c%c%c%c.log",
235 fOut = fopen(fOutFile, "at");
238 free(fOutFile);
239 fOutFile = NULL;
H A Dperf_rt.c51 char *fOutFile = NULL; local
184 fOutFile = (char *) malloc (strlen(config->rt_file) + 32);
185 if (fOutFile)
187 sprintf(fOutFile, "%s-%05lu-%08lx-%c%c%c%c.log",
190 fOut = fopen(fOutFile, "at");
193 free(fOutFile);
194 fOutFile = NULL;
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
H A Dperf_log.h174 char *fOutFile; /* output file name */ member in struct:PERF_LOG_Private

Completed in 246 milliseconds