Home | History | Annotate | Download | only in utils

Lines Matching refs:strPath

444         string strPath;
447 strPath.assign(alternative_config_path);
448 strPath += config_name;
449 theInstance.readConfig(strPath.c_str(), true);
455 strPath.assign(transport_config_path);
456 strPath += config_name;
457 theInstance.readConfig(strPath.c_str(), true);
985 string strPath;
986 strPath.assign(transport_config_path);
988 strPath.assign(alternative_config_path);
990 strPath += extra_config_base;
991 strPath += extra;
992 strPath += extra_config_ext;
993 CNfcConfig::GetInstance().readConfig(strPath.c_str(), false);