Home
last modified time | relevance | path

Searched defs:remoteFilePath (Results 1 – 15 of 15) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/build/
DFileDownloadCacheWrapper.java42 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()
DIFileDownloader.java35 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()
DFileDownloadCache.java187 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/
DRemoteFileUtil.java50 String remoteFilePath) { in fetchRemoteFile()
85 String remoteFilePath, in fetchRemoteFile()
186 String remoteFilePath, in pushFileToRemote()
205 String remoteFilePath, in internalScpExec()
DGceManager.java461 String remoteFilePath = match.group(2); in getBugreportzWithSsh() local
505 String remoteFilePath = "./" + new File(deviceFilePath).getName(); in getNestedDeviceSshBugreportz() local
531 String remoteFilePath, in logNestedRemoteFile()
554 String remoteFilePath, in logNestedRemoteFile()
/tools/tradefederation/core/src/com/android/tradefed/util/
DRemoteZip.java52 String remoteFilePath, in RemoteZip()
71 public RemoteZip(String remoteFilePath, long fileSize, IFileDownloader downloader) { in RemoteZip()
DGCSFileDownloader.java116 public File downloadFile(String remoteFilePath) throws BuildRetrievalError { in downloadFile()
378 File createTempFile(String remoteFilePath, File rootDir) throws BuildRetrievalError { in createTempFile()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DFileUtilFuncTest.java270 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/
DStubDevice.java271 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()
DINativeDevice.java601 public boolean pullFile(String remoteFilePath, File localFile) in pullFile()
614 public File pullFile(String remoteFilePath) throws DeviceNotAvailableException; in pullFile()
623 public String pullFileContents(String remoteFilePath) throws DeviceNotAvailableException; in pullFileContents()
636 public File pullFileFromExternal(String remoteFilePath) throws DeviceNotAvailableException; in pullFileFromExternal()
/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DFilePullerDeviceMetricCollector.java190 protected File retrieveFile(ITestDevice device, String remoteFilePath) in retrieveFile()
/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/
DPerfettoPullerMetricCollector.java405 protected File retrieveFile(ITestDevice device, String remoteFilePath) in retrieveFile()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java1102 public boolean pullFile(final String remoteFilePath, final File localFile) in pullFile()
1143 public File pullFile(String remoteFilePath) throws DeviceNotAvailableException { in pullFile()
1167 public String pullFileContents(String remoteFilePath) throws DeviceNotAvailableException { in pullFileContents()
1187 public File pullFileFromExternal(String remoteFilePath) throws DeviceNotAvailableException { in pullFileFromExternal()
1211 public boolean pushFile(final File localFile, final String remoteFilePath) in pushFile()
1270 public boolean pushString(final String contents, final String remoteFilePath) in pushString()
2578 String remoteFilePath = match.group(2); in getBugreportzInternal() local
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DFileUtil.java782 public static File createTempFileForRemote(String remoteFilePath, File parentDir) in createTempFileForRemote()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DITestSuiteTest.java1785 String remoteFilePath = "gs://module1/tests.zip"; in testStageTestArtifacts() local