Home
last modified time | relevance | path

Searched defs:fileInput (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/util/
DBundletoolUtilTest.java170 String fileInput = "--apks-zip=" + fakeApksZip.getAbsolutePath(); in test_installApksFromZip() local
195 String fileInput = "--apks-zip=" + fakeApksZip.getAbsolutePath(); in test_installApksFromZip_changeTimeout() local
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DTradefedSandbox.java685 FileInputStreamSource fileInput = new FileInputStreamSource(f); in logAndCleanHeapDump() local
686 logger.testLog(f.getName(), LogDataType.HPROF, fileInput); in logAndCleanHeapDump() local
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DZFile.java2469 FileInputStream fileInput = closer.register(new FileInputStream(file)); in addAllRecursively() local
2470 add(file.getName(), fileInput, mayCompressFile); in addAllRecursively() local