Home
last modified time | relevance | path

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

/ohos5.0/base/customization/config_policy/frameworks/config_policy/src/
H A Dconfig_policy_utils.c119 const char * const opKeyDir = "etc/carrier/"; in GetOpkeyPath() local
137 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()