Searched refs:remoteFile (Results 1 – 3 of 3) sorted by relevance
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
D | BaseInstallMultiple.java | 50 public final File remoteFile; field in BaseInstallMultiple.DeviceFile 53 private DeviceFile(File localFile, File remoteFile, boolean addToInstallSession) { in DeviceFile() argument 55 this.remoteFile = remoteFile; in DeviceFile() 63 static DeviceFile renameAndAddToSession(File localFile, File remoteFile) { in renameAndAddToSession() argument 64 return new DeviceFile(localFile, remoteFile, true); in renameAndAddToSession() 71 static DeviceFile renameAndPushOnly(File localFile, File remoteFile) { in renameAndPushOnly() argument 72 return new DeviceFile(localFile, remoteFile, false); in renameAndPushOnly() 107 T renameAndAddFile(String localFile, String remoteFile) throws FileNotFoundException { in renameAndAddFile() argument 110 buildHelper.getTestFile(remoteFile, mAbi))); in renameAndAddFile() 120 T renameAndPushFile(String localFile, String remoteFile) throws FileNotFoundException { in renameAndPushFile() argument [all …]
|
/cts/hostsidetests/securitybulletin/src/android/security/cts/ |
D | PocPusher.java | 118 public void pushFile(String testFile, String remoteFile) in pushFile() argument 136 CLog.i("Pushing local: %s to remote: %s", testFile.toString(), remoteFile); in pushFile() 138 device.pushFile(localFile, remoteFile); in pushFile() 140 filesToCleanup.add(remoteFile); in pushFile()
|
/cts/hostsidetests/jdwpsecurity/src/android/jdwpsecurity/cts/ |
D | JdwpSecurityHostTest.java | 275 File remoteFile = new File(remoteFilePath); in createRemoteDir() local 276 String parentPath = remoteFile.getParent(); in createRemoteDir()
|