Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/build/
DIFileDownloader.java33 public File downloadFile(String remoteFilePath) throws BuildRetrievalError; in downloadFile()
56 public default boolean isFresh(File localFile, String remoteFilePath) in isFresh()
DFileDownloadCacheWrapper.java40 public File downloadFile(String remoteFilePath) throws BuildRetrievalError { in downloadFile()
54 public boolean isFresh(File localFile, String remoteFilePath) throws BuildRetrievalError { in isFresh()
DFileDownloadCache.java170 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/
DRemoteFileUtil.java49 String remoteFilePath) { in fetchRemoteFile()
84 String remoteFilePath, in fetchRemoteFile()
116 String remoteFilePath, in pushFileToRemote()
135 String remoteFilePath, in internalScpExec()
DGceManager.java349 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/
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/src/com/android/tradefed/device/
DStubDevice.java270 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()
DINativeDevice.java539 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()
DNativeDevice.java1005 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/
DPackageManagerHostTestUtils.java511 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/
DGCSFileDownloader.java113 public File downloadFile(String remoteFilePath) throws BuildRetrievalError { in downloadFile()
339 File createTempFile(String remoteFilePath, File rootDir) throws BuildRetrievalError { in createTempFile()
DFileUtil.java749 public static File createTempFileForRemote(String remoteFilePath, File parentDir) in createTempFileForRemote()