Searched refs:alternative_config_path (Results 1 - 2 of 2) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Dconfig.cpp28 const char alternative_config_path[] = "/data/nfc/"; variable
30 const char alternative_config_path[] = ""; variable
388 if (alternative_config_path[0] != '\0')
390 strPath.assign(alternative_config_path);
743 if (alternative_config_path[0] != '\0')
744 strPath.assign(alternative_config_path);
/external/libnfc-nci/src/adaptation/
H A Dconfig.cpp28 const char alternative_config_path[] = "/data/nfc/"; variable
30 const char alternative_config_path[] = ""; variable
388 if (alternative_config_path[0] != '\0')
390 strPath.assign(alternative_config_path);
743 if (alternative_config_path[0] != '\0')
744 strPath.assign(alternative_config_path);

Completed in 610 milliseconds