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

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Dconfig.cpp387 string strPath; local
390 strPath.assign(alternative_config_path);
391 strPath += config_name;
392 theInstance.readConfig(strPath.c_str(), true);
398 strPath.assign(transport_config_path);
399 strPath += config_name;
400 theInstance.readConfig(strPath.c_str(), true);
741 string strPath; local
742 strPath.assign(transport_config_path);
744 strPath
[all...]
/external/libnfc-nci/src/adaptation/
H A Dconfig.cpp387 string strPath; local
390 strPath.assign(alternative_config_path);
391 strPath += config_name;
392 theInstance.readConfig(strPath.c_str(), true);
398 strPath.assign(transport_config_path);
399 strPath += config_name;
400 theInstance.readConfig(strPath.c_str(), true);
741 string strPath; local
742 strPath.assign(transport_config_path);
744 strPath
[all...]

Completed in 78 milliseconds