Searched refs:opKeyDir (Results 1 – 1 of 1) sorted by relevance
119 const char * const opKeyDir = "etc/carrier/"; in GetOpkeyPath() local137 size_t bufSize = strlen(opKeyDir) + strlen(opKeyValue) + 1; in GetOpkeyPath()140 if (result != NULL && sprintf_s(result, bufSize, "%s%s", opKeyDir, opKeyValue) > 0) { in GetOpkeyPath()