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