Home
last modified time | relevance | path

Searched refs:remove_path (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/devil/devil/android/sdk/
Dshared_prefs.py313 remove_path = (self._unencrypted_path if self._encrypted
315 if self._device.PathExists(remove_path, as_root=True):
317 remove_path)
318 self._device.RemovePath(remove_path, as_root=True)
/external/autotest/client/common_lib/
Dpackages.py628 def remove_pkg(self, pkg_name, remove_path=None, remove_checksum=False): argument
636 if remove_path:
637 remove_path_list = [remove_path]
/external/libxml2/
Duri.c2173 int remove_path = 0; in xmlBuildRelativeURI() local
2230 remove_path = 1; in xmlBuildRelativeURI()
2343 if (remove_path != 0) in xmlBuildRelativeURI()