Searched refs:setPlatform (Results 1 – 5 of 5) sorted by relevance
201 setPlatform(entry.getPlatform()); in ZipArchiveEntry()371 protected void setPlatform(final int platform) { in setPlatform() method in ZipArchiveEntry
661 ze.setPlatform((versionMadeBy >> BYTE_SHIFT) & NIBLET_MASK);
268 current.entry.setPlatform((versionMadeBy >> ZipFile.BYTE_SHIFT) & ZipFile.NIBLET_MASK); in getNextZipEntry()
130 getExecutionSession().setPlatform( in GenericLLVMIRPlatformSupport()672 J.getExecutionSession().setPlatform(std::move(Tmp)); in setupPlatform()
1248 void setPlatform(std::unique_ptr<Platform> P) { this->P = std::move(P); } in setPlatform() function