Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/extns/pn54x/src/utils/
DphNxpConfig.cpp28 const char alternative_config_path[] = "/data/nfc/"; variable
30 const char alternative_config_path[] = ""; variable
464 if (alternative_config_path [0] != '\0') in GetInstance()
466 strPath.assign (alternative_config_path); in GetInstance()
926 if (alternative_config_path [0] != '\0') { in readOptionalConfig()
927 strPath.assign (alternative_config_path); in readOptionalConfig()