Home
last modified time | relevance | path

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

/base/customization/config_policy/frameworks/config_policy/src/
Dconfig_policy_utils.c234 const char *extraPath = extra; in GetFollowXPathByMode() local
238 extraPath = modePathFromCfg; in GetFollowXPathByMode()
253 followXPath = (extraPath && *extraPath) ? strdup(extraPath) : NULL; in GetFollowXPathByMode()