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