Searched refs:zipfs (Results 1 – 2 of 2) sorted by relevance
117 FileSystem zipfs = null; in maybeCopyFonts() local120 zipfs = FileSystems.newFileSystem(fontsUri, ImmutableMap.of("create", "true")); in maybeCopyFonts()144 if (zipfs != null) { in maybeCopyFonts()145 zipfs.close(); in maybeCopyFonts()
14 import fs.zipfs219 parentFS = fs.zipfs.ZipFS(path, write=False, encoding="utf-8")943 with fs.zipfs.ZipFS(path, encoding="utf-8") as origFS:967 parentFS = fs.zipfs.ZipFS(path, write=True, encoding="utf-8")1687 with fs.zipfs.ZipFS(self._path, write=True, encoding="utf-8") as destFS: