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.py325 remove_path = (self._unencrypted_path
327 if self._device.PathExists(remove_path, as_root=True):
329 remove_path)
330 self._device.RemovePath(remove_path, as_root=True)
/external/autotest/client/common_lib/
Dpackages.py634 def remove_pkg(self, pkg_name, remove_path=None, remove_checksum=False): argument
642 if remove_path:
643 remove_path_list = [remove_path]
/external/libxml2/
Duri.c2182 int remove_path = 0; in xmlBuildRelativeURI() local
2239 remove_path = 1; in xmlBuildRelativeURI()
2352 if (remove_path != 0) in xmlBuildRelativeURI()