Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/
DResolvePartialDownloadTest.java61 args.put(ResolvePartialDownload.DESTINATION_DIR, "dest_dir"); in testRemotePaths()
79 args.put(ResolvePartialDownload.DESTINATION_DIR, "dest_dir"); in testRemotePaths_multi()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DResolvePartialDownload.java44 public static final String DESTINATION_DIR = "destination_dir"; field in ResolvePartialDownload
80 String destDir = args.remove(DESTINATION_DIR); in execute()
DITestSuite.java575 args.put(ResolvePartialDownload.DESTINATION_DIR, destination); in stageTestArtifacts()
/tools/tradefederation/core/src/com/android/tradefed/build/
DBuildInfo.java732 args.put(ResolvePartialDownload.DESTINATION_DIR, workingDir.getAbsolutePath()); in stageRemoteFile()