Lines Matching full:placeholder
239 // of a $VERSION placeholder in the key path.
240 // $VERSION in the key path is a placeholder for the version number,
271 const char *placeHolder = strstr(subKey, "$VERSION");
274 // If we have a $VERSION placeholder, do the highest-version search.
275 if (placeHolder) {
276 const char *keyEnd = placeHolder - 1;
277 const char *nextKey = placeHolder;