Home
last modified time | relevance | path

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

/hardware/nxp/nfc/halimpl/utils/
DphNxpConfig.cpp438 string strPath; in GetInstance() local
440 strPath.assign(alternative_config_path); in GetInstance()
441 strPath += config_name; in GetInstance()
442 theInstance.readConfig(strPath.c_str(), true); in GetInstance()
447 findConfigFilePathFromTransportConfigPaths(config_name, strPath); in GetInstance()
448 theInstance.readConfig(strPath.c_str(), true); in GetInstance()
824 string strPath; in readOptionalConfig() local
830 strPath.assign(alternative_config_path); in readOptionalConfig()
831 strPath += configName; in readOptionalConfig()
833 findConfigFilePathFromTransportConfigPaths(configName, strPath); in readOptionalConfig()
[all …]