Searched refs:SanitizePathElement (Results 1 – 5 of 5) sorted by relevance
33 TEST_F(ChromeosDBusAdaptorTest, SanitizePathElement) { in TEST_F() argument35 ChromeosDBusAdaptor::SanitizePathElement("0Ab/y:Z`9{")); in TEST_F()37 ChromeosDBusAdaptor::SanitizePathElement("aB-f/0@Y[z")); in TEST_F()
52 FRIEND_TEST(ChromeosDBusAdaptorTest, SanitizePathElement);119 static std::string SanitizePathElement(const std::string& object_path);
53 SanitizePathElement( in ChromeosIPConfigDBusAdaptor()
86 string ChromeosDBusAdaptor::SanitizePathElement(const string& object_path) { in SanitizePathElement() function in shill::ChromeosDBusAdaptor
46 kPath + SanitizePathElement(device->UniqueName())), in ChromeosDeviceDBusAdaptor()