OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PERF_CONFIG_FILE
(Results
1 - 3
of
3
) sorted by null
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_config.h
32
#define
PERF_CONFIG_FILE
"C:\\perf.ini"
36
#define
PERF_CONFIG_FILE
"./perf.ini"
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
perf_unittest.c
227
FILE *f = fopen(
PERF_CONFIG_FILE
, "wt");
242
unlink(
PERF_CONFIG_FILE
);
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_config.c
185
config_file = fopen(
PERF_CONFIG_FILE
, "rt");
Completed in 900 milliseconds