Home
last modified time | relevance | path

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

/hardware/nxp/nfc/halimpl/utils/
DphNxpConfig.cpp50 const char alternative_config_path[] = "/data/vendor/nfc/"; variable
52 const char alternative_config_path[] = ""; variable
439 if (alternative_config_path[0] != '\0') { in GetInstance()
440 strPath.assign(alternative_config_path); in GetInstance()
829 if (alternative_config_path[0] != '\0') { in readOptionalConfig()
830 strPath.assign(alternative_config_path); in readOptionalConfig()