Searched refs:backingStore (Results 1 – 4 of 4) sorted by relevance
50 private final ScatterGatherBackingStore backingStore; field in ScatterZipOutputStream82 public ScatterZipOutputStream(final ScatterGatherBackingStore backingStore, in ScatterZipOutputStream() argument84 this.backingStore = backingStore; in ScatterZipOutputStream()109 backingStore.closeForWriting(); in writeTo()110 try (final InputStream data = backingStore.getInputStream()) { in writeTo()128 backingStore.close(); in close()
76 backingStore = mmap(0, backingStoreSize, PROT_READ | PROT_WRITE, in Create()81 char *p = (char *)backingStore; in Create()82 char *imagePtr = (char *)backingStore + 4 * rowStride; in Create()115 backingStore = NULL; in Create()121 backingStore = NULL; in Create()173 backingStore = mmap(0, backingStoreSize, PROT_READ | PROT_WRITE, in Create()178 char *p = (char *)backingStore; in Create()179 char *imagePtr = (char *)backingStore + 4 * rowStride; in Create()215 backingStore = NULL; in Create()221 backingStore = NULL; in Create()[all …]
141 backingStore = NULL; in clProtectedImage()161 if (backingStore) munmap(backingStore, backingStoreSize); in ~clProtectedImage()179 backingStore = NULL;189 void *backingStore;
1263 SVGAGuestImage backingStore; member