Searched refs:getCurrentArch (Results 1 – 1 of 1) sorted by relevance
96 JSONObject map = mAllowedSyscallMap.getJSONObject(getCurrentArch()); in testCTSSyscallAllowed()106 JSONObject map = mBlockedSyscallMap.getJSONObject(getCurrentArch()); in testCTSSyscallBlocked()192 private static String getCurrentArch() { in getCurrentArch() method in SeccompDeviceTest