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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
config.c 23 static const char *config_file_name; variable
266 die("bad config file line %d in %s", config_linenr, config_file_name);
304 if (config_file_name)
305 die("bad config value for '%s' in %s", name, config_file_name);
370 config_file_name = filename;
375 config_file_name = NULL;
  /hardware/intel/common/wrs_omxil_core/core/src/
wrs_omxcore.cpp 43 static struct list *construct_components(const char *config_file_name)
51 strncat(config_file_path, config_file_name, 256);
55 strncat(config_file_path, config_file_name, 256);
58 LOGE("not found file %s\n", config_file_name);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
base.py     [all...]

Completed in 1047 milliseconds