Searched defs:RemovePath (Results 1 – 5 of 5) sorted by relevance
27 def RemovePath(self, path, **_kwargs): member in _FakeDevice
1834 def RemovePath(self, device_path, force=False, recursive=False, member in DeviceUtils
89 def RemovePath(path): function
401 bool Value::RemovePath(std::initializer_list<StringPiece> path) { in RemovePath() function in base::Value406 bool Value::RemovePath(span<const StringPiece> path) { in RemovePath() function in base::Value1087 bool DictionaryValue::RemovePath(StringPiece path, in RemovePath() function in base::DictionaryValue
666 TEST(ValuesTest, RemovePath) { in TEST() argument