Searched refs:ErrorCodeString (Results 1 – 2 of 2) sorted by relevance
66 private static String ErrorCodeString(int error) { in ErrorCodeString() method in ZipFileRO89 ALOGW("Error opening archive %s: %s", zipFileName, ErrorCodeString(error)); in open()
224 System.err.println("Failed to open APK '" + path + "' " + ErrorCodeString(result)); in LoadImpl_measured()274 private static String ErrorCodeString(int result) { in ErrorCodeString() method in CppApkAssets