Home | History | Annotate | Download | only in adaptation

Lines Matching refs:strPath

382         string strPath;
385 strPath.assign(alternative_config_path);
386 strPath += config_name;
387 theInstance.readConfig(strPath.c_str(), true);
393 strPath.assign(transport_config_path);
394 strPath += config_name;
395 theInstance.readConfig(strPath.c_str(), true);
740 string strPath;
741 strPath.assign(transport_config_path);
743 strPath.assign(alternative_config_path);
745 strPath += extra_config_base;
746 strPath += extra;
747 strPath += extra_config_ext;
748 CNfcConfig::GetInstance().readConfig(strPath.c_str(), false);