Home
last modified time | relevance | path

Searched refs:assign_string_if_matches (Results 1 – 1 of 1) sorted by relevance

/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
Dperf_config.c32 static int assign_string_if_matches(char const *line, char const *argument,
144 assign_string_if_matches(line, "trace_file", &cfg->trace_file) || in read_line()
148 assign_string_if_matches(line, "log_file", &cfg->log_file) || in read_line()
153 assign_string_if_matches(line, "replay_file", &cfg->replay_file) || in read_line()
160 assign_string_if_matches(line, "rt_file", &cfg->rt_file) in read_line()
342 int assign_string_if_matches(char const *line, char const *argument, in assign_string_if_matches() function