Searched refs:kInvalidChars (Results 1 – 1 of 1) sorted by relevance
24 static const char* kInvalidChars = "/\\:"; variable49 if (strchr(kInvalidChars, *cp) != NULL) in validateFileName()