MCPcopy Create free account
hub / github.com/facebook/SoLoader / is64Bit

Method is64Bit

java/com/facebook/soloader/SysUtil.java:215–218  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

213 }
214
215 @DoNotOptimize
216 public static boolean is64Bit() throws ErrnoException {
217 return Os.readlink("/proc/self/exe").contains("64");
218 }
219 }
220
221 @TargetApi(Build.VERSION_CODES.M)

Callers 2

getSupportedAbisMethod · 0.95
is64BitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected