Home
last modified time | relevance | path

Searched defs:destFile (Results 1 – 11 of 11) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/build/
DIFileDownloader.java46 public void downloadFile(String relativeRemotePath, File destFile) throws BuildRetrievalError; in downloadFile()
61 String remoteFilePath, File destFile, long startOffset, long size) in downloadFile()
DFileDownloadCache.java306 public void fetchRemoteFile(IFileDownloader downloader, String remoteFilePath, File destFile) in fetchRemoteFile()
328 IFileDownloader downloader, String remotePath, File destFile) in internalfetchRemoteFile()
403 File copyFile(String remotePath, File cachedFile, File destFile) throws BuildRetrievalError { in copyFile()
DFileDownloadCacheWrapper.java48 public void downloadFile(String remoteFilePath, File destFile) throws BuildRetrievalError { in downloadFile()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DRemoteZipTest.java51 private void saveTestDataFile(File destFile, long startOffset, long size) { in saveTestDataFile()
68 File destFile = (File) invocation.getArgument(1); in setUp() local
/tools/trebuchet/trebuchet/traceutils/src/
DTraceUtils.kt86 val destFile = File(destDir, "${source.nameWithoutExtension}_$traceCount") in extract() constant
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DFileUtil.java405 public static void hardlinkFile(File origFile, File destFile) throws IOException { in hardlinkFile()
419 public static void hardlinkFile(File origFile, File destFile, boolean ignoreExistingFile) in hardlinkFile()
444 public static void symlinkFile(File origFile, File destFile) throws IOException { in symlinkFile()
525 public static void copyFile(File origFile, File destFile) throws IOException { in copyFile()
601 public static void writeToFile(String inputString, File destFile) throws IOException { in writeToFile()
612 public static void writeToFile(String inputString, File destFile, boolean append) in writeToFile()
623 public static void writeToFile(InputStream input, File destFile) throws IOException { in writeToFile()
635 InputStream input, File destFile, boolean append) throws IOException { in writeToFile()
651 InputStream input, File destFile, boolean append, long startOffset, long size) in writeToFile()
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DTestOutputUploader.java69 final File destFile = new File(dir, file.getName()); in uploadFile() local
DClusterLogSaver.java226 private void writeFilenamesToFile(Set<String> filenames, File destFile) throws IOException { in writeFilenamesToFile()
/tools/tradefederation/core/src/com/android/tradefed/util/
DGCSFileDownloader.java117 File destFile = createTempFile(remoteFilePath, null); in downloadFile() local
128 public void downloadFile(String remotePath, File destFile) throws BuildRetrievalError { in downloadFile()
/tools/tradefederation/contrib/src/com/android/uicd/tests/
DUiConductorTest.java286 File destFile = new File(Paths.get(destDir.toString(), srcFile.getName()).toString()); in copyFile() local
311 File destFile = new File(Paths.get(destDir.toString(), srcFile.getName()).toString()); in copyFile() local
/tools/tradefederation/core/tests/src/com/android/tradefed/build/
DFileDownloadCacheTest.java91 File destFile = FileUtil.createTempFile("test-download-cache", "txt"); in testFetchRemoteFile_destFile() local