Searched refs:IllegalChar (Results 1 – 5 of 5) sorted by relevance
/system/connectivity/shill/vpn/ |
D | vpn_service.cc | 118 replace_if(id.begin(), id.end(), &Service::IllegalChar, '_'); in CreateStorageIdentifier()
|
/system/connectivity/shill/wimax/ |
D | wimax_service.cc | 306 replace_if(storage_id.begin(), storage_id.end(), &Service::IllegalChar, '_'); in CreateStorageIdentifier()
|
/system/connectivity/shill/cellular/ |
D | cellular_service.cc | 377 &Service::IllegalChar, '_'); in SetStorageIdentifier()
|
D | cellular_unittest.cc | 1052 static bool IllegalChar(char a) { in IllegalChar() function 1069 std::replace_if(prefix.begin(), prefix.end(), &IllegalChar, '_'); in TEST_F()
|
/system/connectivity/shill/ |
D | service.h | 554 static bool IllegalChar(char a) { return !LegalChar(a); } in IllegalChar() function
|