HomeSort by relevance Sort by last modified time
    Searched refs:remotePath (Results 1 - 25 of 152) sorted by null

1 2 3 4 5 6 7

  /tools/tradefederation/core/src/com/android/tradefed/build/
FileDownloadCache.java 233 * Returns a local file corresponding to the given <var>remotePath</var>
239 * @param remotePath the remote file.
240 * @return a local {@link File} containing contents of remotePath
243 public File fetchRemoteFile(IFileDownloader downloader, String remotePath)
248 lockFile(remotePath);
252 cachedFile = mCacheMap.remove(remotePath);
255 String localRelativePath = convertPath(remotePath);
258 mCacheMap.put(remotePath, cachedFile);
266 downloadFile(downloader, remotePath, cachedFile);
272 remotePath, cachedFile.getAbsolutePath()))
    [all...]
FileDownloadCacheWrapper.java 48 public void downloadFile(String remotePath, File destFile) throws BuildRetrievalError {
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
AdditionalFilesInstaller.java 51 String remotePath = String.format("%s%s", DEST_PATH, file.getName());
52 CLog.d("Pushing %s to %s", file.getName(), remotePath);
53 if (!device.pushFile(file, remotePath)) {
55 file.getName(), remotePath), device.getDeviceDescriptor());
  /tools/tradefederation/core/tests/src/com/android/tradefed/build/
FileDownloadCacheTest.java 179 File copyFile(String remotePath, File cachedFile) throws BuildRetrievalError {
183 return super.copyFile(remotePath, cachedFile);
212 private void assertFetchRemoteFile(String remotePath) throws BuildRetrievalError, IOException {
214 File fileCopy = mCache.fetchRemoteFile(mMockDownloader, remotePath);
216 assertNotNull(mCache.getCachedFile(remotePath));
232 private IExpectationSetters<Object> setDownloadExpections(String remotePath)
242 mMockDownloader.downloadFile(EasyMock.eq(remotePath),
FileDownloadCacheFuncTest.java 313 private Thread createDownloadThread(IFileDownloader downloader, String remotePath) {
318 mReturnedFiles.add(mCache.fetchRemoteFile(downloader, remotePath));
  /cts/hostsidetests/dexmetadata/host/src/com/android/cts/dexmetadata/
BaseInstallMultiple.java 103 final String remotePath = "/data/local/tmp/" + file.getName();
104 if (!device.pushFile(file, remotePath)) {
112 cmd.append(' ').append(remotePath);
  /tools/tradefederation/core/prod-tests/src/com/android/performance/tests/
AppInstallTest.java 116 String remotePath = "/data/local/tmp/" + packageFile.getName();
117 if (!mDevice.pushFile(packageFile, remotePath)) {
122 String.format("pm install -r \"%s\"", remotePath));
128 mDevice.executeShellCommand(String.format("rm \"%s\"", remotePath));
  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
BaseInstallMultiple.java 142 final String remotePath = "/data/local/tmp/" + i + "_" + apk.getName();
143 if (!device.pushFile(apk, remotePath)) {
151 cmd.append(' ').append(remotePath);
  /tools/tradefederation/core/prod-tests/src/com/android/graphics/tests/
SkiaTest.java 184 String remotePath = remoteFile.getPath();
185 CLog.v("adb pull %s (using pullFile)", remotePath);
186 File localFile = mDevice.pullFile(remotePath);
191 listener.testFailed(testId, "Failed to pull " + remotePath);
  /cts/hostsidetests/statsd/src/android/cts/statsd/atom/
AtomTestCase.java 155 String remotePath = "/data/local/tmp/" + configFile.getName();
156 getDevice().pushFile(configFile, remotePath);
158 String.join(" ", "cat", remotePath, "|", UPDATE_CONFIG_CMD,
160 getDevice().executeShellCommand("rm " + remotePath);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunchController.java     [all...]
  /prebuilts/misc/common/robolectric/3.1.1/lib/
maven-artifact-manager-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-artifact-manager/2.0.9/
maven-artifact-manager-2.0.9.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/
maven-artifact-manager-2.2.1.jar 
  /tools/tradefederation/core/src/com/android/tradefed/device/
NativeDevice.java     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/shared/maven-shared-io/1.1/
maven-shared-io-1.1.jar 
  /prebuilts/devtools/tools/lib/
ddmlib-26.0.0.jar 
ddmlib.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.2.0/
ddmlib-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.4.0/
ddmlib-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.4.2/
ddmlib-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.5.0/
ddmlib-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.5.1/
ddmlib-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.5.3/
ddmlib-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.7.0/
ddmlib-22.7.0.jar 

Completed in 379 milliseconds

1 2 3 4 5 6 7