HomeSort by relevance Sort by last modified time
    Searched defs:fOutFile (Results 1 - 3 of 3) sorted by null

  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_print.c 204 char *fOutFile = NULL;
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;
perf_rt.c 51 char *fOutFile = NULL;
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;
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_log.h 174 char *fOutFile; /* output file name */

Completed in 292 milliseconds