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