Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkRTConf.cpp27 char *commentptr = strchr(line, '#'); in SkRTConfRegistry() local
28 if (commentptr == line) { in SkRTConfRegistry()
31 if (NULL != commentptr) { in SkRTConfRegistry()
32 *commentptr = '\0'; in SkRTConfRegistry()