Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dvk_layer_config.cpp237 char *pComment; in parseFile() local
240 pComment = strchr(buf, '#'); in parseFile()
241 if (pComment) in parseFile()
242 *pComment = '\0'; in parseFile()