/tools/tradefederation/core/src/com/android/tradefed/build/ |
D | FileDownloadCacheWrapper.java | 42 public File downloadFile(String remoteFilePath) throws BuildRetrievalError { in downloadFile() 48 public void downloadFile(String remoteFilePath, File destFile) throws BuildRetrievalError { in downloadFile() 54 public boolean isFresh(File localFile, String remoteFilePath) throws BuildRetrievalError { in isFresh() 62 String remoteFilePath, in downloadZippedFiles()
|
D | IFileDownloader.java | 35 public File downloadFile(String remoteFilePath) throws BuildRetrievalError; in downloadFile() 61 String remoteFilePath, File destFile, long startOffset, long size) in downloadFile() 76 public default boolean isFresh(File localFile, String remoteFilePath) in isFresh() 97 String remoteFilePath, in downloadZippedFiles()
|
D | FileDownloadCache.java | 187 protected void lockFile(String remoteFilePath) { in lockFile() 223 protected boolean tryLockFile(String remoteFilePath) { in tryLockFile() 257 protected void unlockFile(String remoteFilePath) { in unlockFile() 306 public void fetchRemoteFile(IFileDownloader downloader, String remoteFilePath, File destFile) in fetchRemoteFile() 322 public File fetchRemoteFile(IFileDownloader downloader, String remoteFilePath) in fetchRemoteFile() 497 File getCachedFile(String remoteFilePath) { in getCachedFile() 553 public void deleteCacheEntry(String remoteFilePath) { in deleteCacheEntry()
|
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/ |
D | RemoteFileUtil.java | 50 String remoteFilePath) { in fetchRemoteFile() 85 String remoteFilePath, in fetchRemoteFile() 186 String remoteFilePath, in pushFileToRemote() 205 String remoteFilePath, in internalScpExec()
|
D | GceManager.java | 464 String remoteFilePath = match.group(2); in getBugreportzWithSsh() local 508 String remoteFilePath = "./" + new File(deviceFilePath).getName(); in getNestedDeviceSshBugreportz() local 534 String remoteFilePath, in logNestedRemoteFile() 557 String remoteFilePath, in logNestedRemoteFile()
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | RemoteZip.java | 52 String remoteFilePath, in RemoteZip() 71 public RemoteZip(String remoteFilePath, long fileSize, IFileDownloader downloader) { in RemoteZip()
|
D | GCSFileDownloader.java | 116 public File downloadFile(String remoteFilePath) throws BuildRetrievalError { in downloadFile() 382 File createTempFile(String remoteFilePath, File rootDir) throws BuildRetrievalError { in createTempFile()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
D | FileUtilFuncTest.java | 270 String remoteFilePath = "path/userdata.img"; in testCreateTempFileForRemote() local 283 String remoteFilePath = "path/2path/userdata.img"; in testCreateTempFileForRemote_nested() local 296 String remoteFilePath = "path/2path/userddddmg"; in testCreateTempFileForRemote_noext() local 308 String remoteFilePath = "path/2path/us.img"; in testCreateTempFileForRemote_short() local 321 String remoteFilePath = "userdata.img"; in testCreateTempFileForRemote_singleFile() local
|
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/ |
D | StubDevice.java | 271 public void installRemotePackage(String remoteFilePath, boolean reinstall, in installRemotePackage() 279 String remoteFilePath, boolean reinstall, InstallReceiver receiver, String... extraArgs) in installRemotePackage() 287 String remoteFilePath, in installRemotePackage() 352 public void removeRemotePackage(String remoteFilePath) throws InstallException { in removeRemotePackage() 525 public void startScreenRecorder(String remoteFilePath, ScreenRecorderOptions options, in startScreenRecorder()
|
D | INativeDevice.java | 598 public boolean pullFile(String remoteFilePath, File localFile) in pullFile() 611 public File pullFile(String remoteFilePath) throws DeviceNotAvailableException; in pullFile() 620 public String pullFileContents(String remoteFilePath) throws DeviceNotAvailableException; in pullFileContents() 633 public File pullFileFromExternal(String remoteFilePath) throws DeviceNotAvailableException; in pullFileFromExternal()
|
/tools/tradefederation/core/src/com/android/tradefed/device/metric/ |
D | FilePullerDeviceMetricCollector.java | 190 protected File retrieveFile(ITestDevice device, String remoteFilePath) in retrieveFile()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/ |
D | PerfettoPullerMetricCollector.java | 380 protected File retrieveFile(ITestDevice device, String remoteFilePath) in retrieveFile()
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | NativeDevice.java | 1089 public boolean pullFile(final String remoteFilePath, final File localFile) in pullFile() 1130 public File pullFile(String remoteFilePath) throws DeviceNotAvailableException { in pullFile() 1154 public String pullFileContents(String remoteFilePath) throws DeviceNotAvailableException { in pullFileContents() 1174 public File pullFileFromExternal(String remoteFilePath) throws DeviceNotAvailableException { in pullFileFromExternal() 1198 public boolean pushFile(final File localFile, final String remoteFilePath) in pushFile() 1257 public boolean pushString(final String contents, final String remoteFilePath) in pushString() 2542 String remoteFilePath = match.group(2); in getBugreportzInternal() local
|
/tools/tradefederation/core/common_util/com/android/tradefed/util/ |
D | FileUtil.java | 784 public static File createTempFileForRemote(String remoteFilePath, File parentDir) in createTempFileForRemote()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/ |
D | ITestSuiteTest.java | 1779 String remoteFilePath = "gs://module1/tests.zip"; in testStageTestArtifacts() local
|