Searched defs:fileInput (Results 1 – 3 of 3) sorted by relevance
170 String fileInput = "--apks-zip=" + fakeApksZip.getAbsolutePath(); in test_installApksFromZip() local195 String fileInput = "--apks-zip=" + fakeApksZip.getAbsolutePath(); in test_installApksFromZip_changeTimeout() local
685 FileInputStreamSource fileInput = new FileInputStreamSource(f); in logAndCleanHeapDump() local686 logger.testLog(f.getName(), LogDataType.HPROF, fileInput); in logAndCleanHeapDump() local
2469 FileInputStream fileInput = closer.register(new FileInputStream(file)); in addAllRecursively() local2470 add(file.getName(), fileInput, mayCompressFile); in addAllRecursively() local