Home
last modified time | relevance | path

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

/ohos5.0/base/customization/config_policy/frameworks/config_policy/src/
H A Dconfig_policy_utils.c39 static const char * const SEP_FOR_X_VALUE = ":-"; variable
351 char *defVal = strstr(name, SEP_FOR_X_VALUE); in ExpandStr()
354 … defVal = TrimInplace(defVal + strlen(SEP_FOR_X_VALUE), false); // skip ":-", get value in ExpandStr()