Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkRTConf.cpp37 char *keyptr = strtok(line, sep); in SkRTConfRegistry() local
38 if (!keyptr) { in SkRTConfRegistry()
47 SkString* key = SkNEW_ARGS(SkString,(keyptr)); in SkRTConfRegistry()