Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/
DRemoteInvocationExecution.java156 File tfToPush = getLocalTradefedPath(listener, options.getRemoteTf()); in runTests() local
157 if (tfToPush == null) { in runTests()
184 tfToPush); in runTests()
195 mRemoteTradefedDir = mRemoteTradefedDir + tfToPush.getName() + "/"; in runTests()