Home
last modified time | relevance | path

Searched defs:RemovePath (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/catapult/devil/devil/android/
Dflag_changer_test.py27 def RemovePath(self, path, **_kwargs): member in _FakeDevice
Ddevice_utils.py1834 def RemovePath(self, device_path, force=False, recursive=False, member in DeviceUtils
/external/autotest/server/cros/ap_configurators/
Dpyauto_utils.py89 def RemovePath(path): function
/external/libchrome/base/
Dvalues.cc401 bool Value::RemovePath(std::initializer_list<StringPiece> path) { in RemovePath() function in base::Value
406 bool Value::RemovePath(span<const StringPiece> path) { in RemovePath() function in base::Value
1087 bool DictionaryValue::RemovePath(StringPiece path, in RemovePath() function in base::DictionaryValue
Dvalues_unittest.cc666 TEST(ValuesTest, RemovePath) { in TEST() argument