Searched refs:bitstreamFile (Results 1 – 1 of 1) sorted by relevance
479 File bitstreamFile = new File(mHostBitstreamsPath, mPath); in testBitstreamsConformance() local480 if (!bitstreamFile.exists()) { in testBitstreamsConformance()482 CLog.w(bitstreamFile + " not found; skipping"); in testBitstreamsConformance()550 File bitstreamFile = new File(mHostBitstreamsPath, p); in testBitstreamsConformance() local553 if (md5File.exists() && bitstreamFile.exists() && toPush.add(p)) { in testBitstreamsConformance()555 size += bitstreamFile.length(); in testBitstreamsConformance()