Home
last modified time | relevance | path

Searched refs:getCurrentArch (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/seccomp/app/src/android/seccomp/cts/app/
DSeccompDeviceTest.java96 JSONObject map = mAllowedSyscallMap.getJSONObject(getCurrentArch()); in testCTSSyscallAllowed()
106 JSONObject map = mBlockedSyscallMap.getJSONObject(getCurrentArch()); in testCTSSyscallBlocked()
193 private static String getCurrentArch() { in getCurrentArch() method in SeccompDeviceTest