Home
last modified time | relevance | path

Searched defs:setPlatform (Results 1 – 2 of 2) sorted by relevance

/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DZipArchiveEntry.java371 protected void setPlatform(final int platform) { in setPlatform() method in ZipArchiveEntry
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h1248 void setPlatform(std::unique_ptr<Platform> P) { this->P = std::move(P); } in setPlatform() function