Home
last modified time | relevance | path

Searched defs:local (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DGCSBucketUtilFuncTest.java89 File local = new File(mLocalRoot, mRemoteRoot); in testDownloadMultiple() local
/tools/tradefederation/core/src/com/android/tradefed/device/
DStubDevice.java394 public void pushFile(String local, String remote) throws IOException, in pushFile()
403 public void pullFile(String remote, String local) throws IOException, in pullFile()