Searched defs:remoteFilePath (Results 1 – 7 of 7) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/build/ |
D | FileDownloadCache.java | 171 protected void lockFile(String remoteFilePath) { in lockFile() 189 protected boolean tryLockFile(String remoteFilePath) { in tryLockFile() 205 protected void unlockFile(String remoteFilePath) { in unlockFile() 382 File getCachedFile(String remoteFilePath) { in getCachedFile() 438 public void deleteCacheEntry(String remoteFilePath) { in deleteCacheEntry()
|
D | IFileDownloader.java | 33 public File downloadFile(String remoteFilePath) throws BuildRetrievalError; in downloadFile()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
D | FileUtilFuncTest.java | 263 String remoteFilePath = "path/userdata.img"; in testCreateTempFileForRemote() local 277 String remoteFilePath = "path/2path/userdata.img"; in testCreateTempFileForRemote_nested() local 291 String remoteFilePath = "path/2path/userddddmg"; in testCreateTempFileForRemote_noext() local 304 String remoteFilePath = "path/2path/us.img"; in testCreateTempFileForRemote_short() local 318 String remoteFilePath = "userdata.img"; in testCreateTempFileForRemote_singleFile() local
|
/tools/tradefederation/core/src/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 | 475 public boolean pullFile(String remoteFilePath, File localFile) in pullFile() 488 public File pullFile(String remoteFilePath) throws DeviceNotAvailableException; in pullFile() 497 public String pullFileContents(String remoteFilePath) throws DeviceNotAvailableException; in pullFileContents() 510 public File pullFileFromExternal(String remoteFilePath) throws DeviceNotAvailableException; in pullFileFromExternal()
|
D | NativeDevice.java | 892 public boolean pullFile(final String remoteFilePath, final File localFile) in pullFile() 926 public File pullFile(String remoteFilePath) throws DeviceNotAvailableException { in pullFile() 950 public String pullFileContents(String remoteFilePath) throws DeviceNotAvailableException { in pullFileContents() 970 public File pullFileFromExternal(String remoteFilePath) throws DeviceNotAvailableException { in pullFileFromExternal() 994 public boolean pushFile(final File localFile, final String remoteFilePath) in pushFile() 1046 public boolean pushString(final String contents, final String remoteFilePath) in pushString() 2241 String remoteFilePath = match.group(2); in getBugreportzInternal() local
|
/tools/tradefederation/core/prod-tests/src/com/android/framework/tests/ |
D | PackageManagerHostTestUtils.java | 519 public boolean checkFilePermissions(String remoteFilePath, String expectedPerms) in checkFilePermissions() 533 public boolean checkFileOwnerName(String remoteFilePath, String expectedOwner) in checkFileOwnerName() 549 public boolean checkFileGroupName(String remoteFilePath, String expectedGroup) in checkFileGroupName()
|