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