Searched defs:strPath (Results 1 - 2 of 2) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Dconfig.cpp381 string strPath; local
382 strPath.assign(transport_config_path);
383 strPath += config_name;
384 theInstance.readConfig(strPath.c_str(), true);
729 string strPath; local
730 strPath.assign(transport_config_path);
731 strPath += extra_config_base;
732 strPath += extra;
733 strPath += extra_config_ext;
734 CNfcConfig::GetInstance().readConfig(strPath
[all...]
/external/libnfc-nci/src/adaptation/
H A Dconfig.cpp396 string strPath; local
397 strPath.assign(transport_config_path);
398 strPath += config_name;
399 theInstance.readConfig(strPath.c_str(), true);
744 string strPath; local
745 strPath.assign(transport_config_path);
746 strPath += extra_config_base;
747 strPath += extra;
748 strPath += extra_config_ext;
749 CNfcConfig::GetInstance().readConfig(strPath
[all...]

Completed in 115 milliseconds