Searched refs:commandCompleteLatch (Results 1 – 1 of 1) sorted by relevance
481 CountDownLatch commandCompleteLatch = new CountDownLatch(1); in getAppDirectory() local482 CollectingOutputReceiver receiver = new CollectingOutputReceiver(commandCompleteLatch); in getAppDirectory()484 commandCompleteLatch.await(timeout, timeoutUnit); in getAppDirectory()