Searched refs:remove_path (Results 1 – 3 of 3) sorted by relevance
313 remove_path = (self._unencrypted_path if self._encrypted315 if self._device.PathExists(remove_path, as_root=True):317 remove_path)318 self._device.RemovePath(remove_path, as_root=True)
628 def remove_pkg(self, pkg_name, remove_path=None, remove_checksum=False): argument636 if remove_path:637 remove_path_list = [remove_path]
2173 int remove_path = 0; in xmlBuildRelativeURI() local2230 remove_path = 1; in xmlBuildRelativeURI()2343 if (remove_path != 0) in xmlBuildRelativeURI()