MCPcopy Index your code
hub / github.com/processing/processing / getNativeArch

Method getNativeArch

app/src/processing/app/Platform.java:197–200  ·  view source on GitHub ↗

Return the value of the os.arch property

()

Source from the content-addressed store, hash-verified

195 * Return the value of the os.arch property
196 */
197 static public String getNativeArch() {
198 // This will return "arm" for 32-bit ARM, "aarch64" for 64-bit ARM (both on Linux)
199 return System.getProperty("os.arch");
200 }
201
202
203 /*

Callers 2

getVariantMethod · 0.95
exportApplicationMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected