Searched refs:fInp (Results 1 – 3 of 3) sorted by relevance
70 try (FileInputStream fInp = new FileInputStream(inpPath)) { in fromString() argument73 fInp.read(data, 0, size); in fromString()498 try (FileInputStream fInp = new FileInputStream(inpFile)) {499 testExtractor.setDataSource(fInp.getFD());515 try (FileInputStream fInp = new FileInputStream(inpFile);519 if (fInp.read(data) == -1) {526 try (FileInputStream fInp = new FileInputStream(outFile)) {527 testExtractor.setDataSource(fInp.getFD(), garbageAppend.length,
140 try (FileInputStream fInp = new FileInputStream(mOutMedia)) { in testIfReadOnlyFdIsRejected() argument141 muxer = new MediaMuxer(fInp.getFD(), MediaMuxer.OutputFormat.MUXER_OUTPUT_3GPP); in testIfReadOnlyFdIsRejected()
1160 try (FileInputStream fInp = new FileInputStream(inpPath)) { in setUpSource() argument1163 fInp.read(mInputData, 0, size); in setUpSource()