Searched refs:md5File (Results 1 – 1 of 1) sorted by relevance
552 File md5File = new File(mHostBitstreamsPath, md5Path); in testBitstreamsConformance() local553 if (md5File.exists() && bitstreamFile.exists() && toPush.add(p)) { in testBitstreamsConformance()554 size += md5File.length(); in testBitstreamsConformance()