Searched refs:fInp (Results 1 – 4 of 4) sorted by relevance
83 try (FileInputStream fInp = new FileInputStream(inpPath)) { in fromString() argument86 fInp.read(data, 0, size); in fromString()605 try (FileInputStream fInp = new FileInputStream(inpFile)) {606 testExtractor.setDataSource(fInp.getFD());627 try (FileInputStream fInp = new FileInputStream(inpFile);631 if (fInp.read(data) == -1) {638 try (FileInputStream fInp = new FileInputStream(outFile)) {639 testExtractor.setDataSource(fInp.getFD(), garbageAppend.length,
141 try (FileInputStream fInp = new FileInputStream(mOutMedia)) { in testIfReadOnlyFdIsRejected() argument142 muxer = new MediaMuxer(fInp.getFD(), MediaMuxer.OutputFormat.MUXER_OUTPUT_3GPP); in testIfReadOnlyFdIsRejected()
1470 try (FileInputStream fInp = new FileInputStream(inpPath)) { in setUpSource() argument1473 fInp.read(mInputData, 0, size); in setUpSource()
517 try (FileInputStream fInp = new FileInputStream(inpPath)) { in setUpSource() argument520 fInp.read(mInputData, 0, size); in setUpSource()