Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dservice.h551 static bool LegalChar(char a) { return isalnum(a) || a == '_'; } in LegalChar() function
554 static bool IllegalChar(char a) { return !LegalChar(a); } in IllegalChar()