Home | History | Annotate | Download | only in adaptation

Lines Matching defs:strPath

381         string strPath;
382 strPath.assign(transport_config_path);
383 strPath += config_name;
384 theInstance.readConfig(strPath.c_str(), true);
729 string strPath;
730 strPath.assign(transport_config_path);
731 strPath += extra_config_base;
732 strPath += extra;
733 strPath += extra_config_ext;
734 CNfcConfig::GetInstance().readConfig(strPath.c_str(), false);