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