Searched refs:remove_path (Results 1 – 3 of 3) sorted by relevance
325 remove_path = (self._unencrypted_path327 if self._device.PathExists(remove_path, as_root=True):329 remove_path)330 self._device.RemovePath(remove_path, as_root=True)
634 def remove_pkg(self, pkg_name, remove_path=None, remove_checksum=False): argument642 if remove_path:643 remove_path_list = [remove_path]
2182 int remove_path = 0; in xmlBuildRelativeURI() local2239 remove_path = 1; in xmlBuildRelativeURI()2352 if (remove_path != 0) in xmlBuildRelativeURI()