Searched refs:blobs (Results 1 – 2 of 2) sorted by relevance
253 public static byte[] concat(byte[]... blobs) { in concat() argument255 for (byte[] blob : blobs) { in concat()259 for (byte[] blob : blobs) { in concat()
734 ArrayList<DecodedFilename> blobs = contentsByKey(packageDir); in getRestoreData() local735 if (blobs == null) { // nextRestorePackage() ensures the dir exists, so this is an error in getRestoreData()741 if (DEBUG) Log.v(TAG, " getRestoreData() found " + blobs.size() + " key files"); in getRestoreData()744 for (DecodedFilename keyEntry : blobs) { in getRestoreData()