Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils_devicetest.py96 self.device.RemovePath(_DEVICE_DIR, recursive=True, force=True)
111 self.device.RemovePath(_DEVICE_DIR, recursive=True, force=True)
128 self.device.RemovePath(_DEVICE_DIR, recursive=True, force=True)
156 self.device.RemovePath(_DEVICE_DIR, recursive=True, force=True)
211 self.device.RemovePath(_DEVICE_DIR, recursive=True, force=True)
Dflag_changer_devicetest.py43 self.device.RemovePath(
77 self.device.RemovePath(self.cmdline_path, force=True)
Dflag_changer.py75 self._device.RemovePath(cmdline_path_legacy, as_root=True)
214 self._device.RemovePath(self._cmdline_path, force=True)
Dflag_changer_test.py27 def RemovePath(self, path, **_kwargs): member in _FakeDevice
Ddevice_utils_test.py1769 self.device.RemovePath('some file')
1776 self.device.RemovePath('some file', force=True)
1783 self.device.RemovePath('/remove/this/dir', recursive=True)
1790 self.device.RemovePath('some file', as_root=True)
1798 self.device.RemovePath(['eeny', 'meeny', 'miny', 'moe'])
Ddevice_utils.py1669 def RemovePath(self, device_path, force=False, recursive=False, member in DeviceUtils
/external/autotest/server/cros/ap_configurators/
Dfetch_prebuilt_pyauto.py162 pyauto_utils.RemovePath(chrome_unzip_dir)
186 pyauto_utils.RemovePath(dest)
189 pyauto_utils.RemovePath(chrome_unzip_dir)
Dpyauto_utils.py89 def RemovePath(path): function
/external/chromium-trace/catapult/devil/devil/android/tools/
Dvideo_recorder.py110 self._device.RemovePath(self._device_file, force=True)
Dsystem_app.py45 device.RemovePath(system_package_paths, force=True, recursive=True)
Dprovision_devices.py401 device.RemovePath(system_app_paths, force=True, recursive=True)
/external/libchrome/base/
Dvalues.h334 bool RemovePath(StringPiece path, std::unique_ptr<Value>* out_value);
Dvalues.cc999 bool DictionaryValue::RemovePath(StringPiece path, in RemovePath() function in base::DictionaryValue
1011 result = subdict->RemovePath(path.substr(delimiter_position + 1), in RemovePath()
Dvalues_unittest.cc636 EXPECT_TRUE(dict.RemovePath("a.long.way.down", &removed_item)); in TEST()
644 EXPECT_FALSE(dict.RemovePath("a.long.way.down", &removed_item)); in TEST()
649 EXPECT_TRUE(dict.RemovePath("a.long.key.path", &removed_item)); in TEST()
/external/chromium-trace/catapult/devil/docs/
Ddevice_utils.md581 ### DeviceUtils.RemovePath