Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/pn54x/utils/
DphNxpConfig.cpp49 const char alternative_config_path[] = "/data/nfc/"; variable
51 const char alternative_config_path[] = ""; variable
445 if (alternative_config_path[0] != '\0') in GetInstance()
447 strPath.assign(alternative_config_path); in GetInstance()
987 if (alternative_config_path[0] != '\0') in readOptionalConfig()
988 strPath.assign(alternative_config_path); in readOptionalConfig()