Lines Matching refs:strPath
396 string strPath;
397 strPath.assign(transport_config_path);
398 strPath += config_name;
399 theInstance.readConfig(strPath.c_str(), true);
744 string strPath;
745 strPath.assign(transport_config_path);
746 strPath += extra_config_base;
747 strPath += extra;
748 strPath += extra_config_ext;
749 CNfcConfig::GetInstance().readConfig(strPath.c_str(), false);