Searched defs:remoteFilePath (Results 1 – 12 of 12) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/build/ |
D | IFileDownloader.java | 33 public File downloadFile(String remoteFilePath) throws BuildRetrievalError; in downloadFile() 56 public default boolean isFresh(File localFile, String remoteFilePath) in isFresh()
|
D | FileDownloadCacheWrapper.java | 40 public File downloadFile(String remoteFilePath) throws BuildRetrievalError { in downloadFile() 54 public boolean isFresh(File localFile, String remoteFilePath) throws BuildRetrievalError { in isFresh()
|
D | FileDownloadCache.java | 170 protected void lockFile(String remoteFilePath) { in lockFile() 188 protected boolean tryLockFile(String remoteFilePath) { in tryLockFile() 204 protected void unlockFile(String remoteFilePath) { in unlockFile() 396 File getCachedFile(String remoteFilePath) { in getCachedFile() 452 public void deleteCacheEntry(String remoteFilePath) { in deleteCacheEntry()
|
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/ |
D | RemoteFileUtil.java | 49 String remoteFilePath) { in fetchRemoteFile() 84 String remoteFilePath, in fetchRemoteFile() 116 String remoteFilePath, in pushFileToRemote() 135 String remoteFilePath, in internalScpExec()
|
D | GceManager.java | 349 String remoteFilePath = match.group(2); in getBugreportzWithSsh() local 391 String remoteFilePath = "./" + new File(deviceFilePath).getName(); in getNestedDeviceSshBugreportz() local 417 String remoteFilePath, in logNestedRemoteFile() 440 String remoteFilePath, in logNestedRemoteFile()
|
/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/src/com/android/tradefed/device/ |
D | StubDevice.java | 270 public void installRemotePackage(String remoteFilePath, boolean reinstall, in installRemotePackage() 278 String remoteFilePath, boolean reinstall, InstallReceiver receiver, String... extraArgs) in installRemotePackage() 286 String remoteFilePath, in installRemotePackage() 351 public void removeRemotePackage(String remoteFilePath) throws InstallException { in removeRemotePackage() 524 public void startScreenRecorder(String remoteFilePath, ScreenRecorderOptions options, in startScreenRecorder()
|
D | INativeDevice.java | 539 public boolean pullFile(String remoteFilePath, File localFile) in pullFile() 552 public File pullFile(String remoteFilePath) throws DeviceNotAvailableException; in pullFile() 561 public String pullFileContents(String remoteFilePath) throws DeviceNotAvailableException; in pullFileContents() 574 public File pullFileFromExternal(String remoteFilePath) throws DeviceNotAvailableException; in pullFileFromExternal()
|
D | NativeDevice.java | 1005 public boolean pullFile(final String remoteFilePath, final File localFile) in pullFile() 1046 public File pullFile(String remoteFilePath) throws DeviceNotAvailableException { in pullFile() 1070 public String pullFileContents(String remoteFilePath) throws DeviceNotAvailableException { in pullFileContents() 1090 public File pullFileFromExternal(String remoteFilePath) throws DeviceNotAvailableException { in pullFileFromExternal() 1114 public boolean pushFile(final File localFile, final String remoteFilePath) in pushFile() 1173 public boolean pushString(final String contents, final String remoteFilePath) in pushString() 2439 String remoteFilePath = match.group(2); in getBugreportzInternal() local
|
/tools/tradefederation/contrib/src/com/android/framework/tests/ |
D | PackageManagerHostTestUtils.java | 511 public boolean checkFilePermissions(String remoteFilePath, String expectedPerms) in checkFilePermissions() 525 public boolean checkFileOwnerName(String remoteFilePath, String expectedOwner) in checkFileOwnerName() 541 public boolean checkFileGroupName(String remoteFilePath, String expectedGroup) in checkFileGroupName()
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | GCSFileDownloader.java | 113 public File downloadFile(String remoteFilePath) throws BuildRetrievalError { in downloadFile() 339 File createTempFile(String remoteFilePath, File rootDir) throws BuildRetrievalError { in createTempFile()
|
D | FileUtil.java | 749 public static File createTempFileForRemote(String remoteFilePath, File parentDir) in createTempFileForRemote()
|