Home
last modified time | relevance | path

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

/ohos5.0/base/customization/config_policy/frameworks/config_policy/src/
H A Dconfig_policy_utils.c80 static char *ExpandStr(char *src, const char *def, QueryFunc queryFunc);
263 …char *expandVal = (followXPath && *followXPath) ? ExpandStr(followXPath, "-x-", CustGetSystemParam… in GetFollowXPathByMode()
332 static char *ExpandStr(char *src, const char *def, QueryFunc queryFunc) in ExpandStr() function