Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/build/
DFileDownloadCache.java171 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()
DIFileDownloader.java33 public File downloadFile(String remoteFilePath) throws BuildRetrievalError; in downloadFile()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DFileUtilFuncTest.java263 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/
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.java475 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()
DNativeDevice.java892 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/
DPackageManagerHostTestUtils.java519 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()