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

  /external/ltp/testcases/kernel/syscalls/perf_event_open/
perf_event_open01.c 57 const char *config_name; member in struct:test_case_t
155 tc->config_name);
159 tc->config_name);
188 tc->config_name);
  /system/nfc/halimpl/bcm2079x/adaptation/
config.cpp 33 #define config_name "libnfc-brcm.conf" macro
362 findConfigFilePathFromTransportConfigPaths(config_name, strPath);
  /system/nfc/src/adaptation/
config.cpp 33 #define config_name "libnfc-brcm.conf" macro
373 findConfigFilePathFromTransportConfigPaths(config_name, strPath);
  /packages/apps/Nfc/nci/jni/extns/pn54x/src/utils/
phNxpConfig.cpp 41 #define config_name "libnfc-nxp.conf" macro
467 strPath += config_name;
474 findConfigFilePathFromTransportConfigPaths(config_name, strPath);
  /system/nfc/halimpl/pn54x/utils/
phNxpConfig.cpp 63 #define config_name "libnfc-nxp.conf" macro
440 strPath += config_name;
446 findConfigFilePathFromTransportConfigPaths(config_name, strPath);
  /tools/tradefederation/core/src/com/android/tradefed/config/
ConfigurationFactory.java 332 String config_name = name; local
348 config_name = localConfig.getAbsolutePath();
352 config_name = getAbsolutePath(parentRoot, name);
360 mConfigGraph.addEdge(parentName, config_name);
366 config_name));
368 loadConfiguration(config_name, def, deviceTagObject, templateMap);
    [all...]

Completed in 3889 milliseconds