Home
last modified time | relevance | path

Searched refs:otherFos (Results 1 – 1 of 1) sorted by relevance

/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java476 FileOutputStream otherFos = new FileOutputStream(resultFd); in runClientSafeUnionTests() local
477 otherFos.write(testStrings[i].getBytes()); in runClientSafeUnionTests()
478 otherFos.flush(); in runClientSafeUnionTests()
480 otherFos.close(); in runClientSafeUnionTests()