Home
last modified time | relevance | path

Searched refs:country_code_specifier (Results 1 – 1 of 1) sorted by relevance

/hardware/nxp/uwb/halimpl/utils/
DphNxpConfig.cc50 static const char country_code_specifier[] = "<country>"; variable
421 pos = mFilePath.find(country_code_specifier); in CUwbNxpConfig()
459 auto pos = mCurrentFile.find(country_code_specifier); in setCountry()
464 mCurrentFile.replace(pos, strlen(country_code_specifier), strCountry); in setCountry()