/tools/tradefederation/core/tests/src/com/android/tradefed/device/cloud/ |
D | RemoteFileUtilTest.java | 56 String remotePath = "/home/vsoc-01/cuttlefish_runtime/kernel.log"; in testFetchRemoteFile() local 91 String remotePath = "/home/vsoc-01/cuttlefish_runtime/kernel.log"; in testFetchRemoteFile_fail() local 120 String remotePath = "/home/vsoc-01/cuttlefish_runtime/kernel.log"; in testPushFileToRemote() local 162 String remotePath = "/home/vsoc-01/cuttlefish_runtime/kernel.log"; in testPushFileToRemote_fail() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
D | GCSFileDownloaderFuncTest.java | 272 String remotePath = String.format("gs://%s/%s/%s", BUCKET_NAME, mRemoteRoot, FILE_NAME1); in testCheckFreshness() local 279 String remotePath = String.format("gs://%s/%s/%s", BUCKET_NAME, mRemoteRoot, FILE_NAME1); in testCheckFreshness_notExist() local 285 String remotePath = String.format("gs://%s/%s/%s", BUCKET_NAME, mRemoteRoot, FOLDER_NAME1); in testCheckFreshness_folderNotExist() local 291 String remotePath = String.format("gs://%s/%s/%s", BUCKET_NAME, mRemoteRoot, FILE_NAME1); in testCheckFreshness_remoteNotExist() local 299 String remotePath = String.format("gs://%s/%s/%s", BUCKET_NAME, mRemoteRoot, FOLDER_NAME1); in testCheckFreshness_remoteFolderNotExist() local 307 String remotePath = String.format("gs://%s/%s/%s", BUCKET_NAME, mRemoteRoot, FILE_NAME1); in testCheckFreshness_notFresh() local 316 String remotePath = String.format("gs://%s/%s/%s", BUCKET_NAME, mRemoteRoot, FOLDER_NAME1); in testCheckFreshness_folder() local 323 String remotePath = String.format("gs://%s/%s/%s", BUCKET_NAME, mRemoteRoot, FOLDER_NAME1); in testCheckFreshness_folder_addFile() local 338 String remotePath = String.format("gs://%s/%s/%s", BUCKET_NAME, mRemoteRoot, FOLDER_NAME1); in testCheckFreshness_folder_removeFile() local 348 String remotePath = String.format("gs://%s/%s/%s", BUCKET_NAME, mRemoteRoot, FOLDER_NAME1); in testCheckFreshness_folder_changeFile() local
|
/tools/tradefederation/core/src/com/android/tradefed/util/statsd/ |
D | ConfigUtil.java | 65 String remotePath = String.format("/data/local/tmp/%s", configFile.getName()); in pushStatsConfig() local 91 String remotePath = String.format("/data/local/tmp/%s", configFile.getName()); in pushBinaryStatsConfig() local 120 private static void updateConfig(ITestDevice device, String remotePath, long configId) in updateConfig()
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | PushFilePreparer.java | 256 String remotePath = pair[1]; in setUp() local 261 String remotePath = mPushFileSpecs.get(src); in setUp() local 295 private void addPushedFile(ITestDevice device, String remotePath) throws TargetSetupError { in addPushedFile() 308 ITestDevice device, IBuildInfo buildInfo, File src, String remotePath) in evaluatePushingPair()
|
D | AdditionalFilesInstaller.java | 51 String remotePath = String.format("%s%s", DEST_PATH, file.getName()); in setUp() local
|
/tools/tradefederation/core/src/com/android/tradefed/build/ |
D | FileDownloadCache.java | 242 public File fetchRemoteFile(IFileDownloader downloader, String remotePath) in fetchRemoteFile() 301 private void downloadFile(IFileDownloader downloader, String remotePath, File cachedFile) in downloadFile() 308 File copyFile(String remotePath, File cachedFile) throws BuildRetrievalError { in copyFile() 337 private String convertPath(String remotePath) { in convertPath() 355 String remotePath = keyIterator.next(); in incrementAndAdjustCache() local
|
D | FileDownloadCacheWrapper.java | 48 public void downloadFile(String remotePath, File destFile) throws BuildRetrievalError { in downloadFile()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/build/ |
D | FileDownloadCacheTest.java | 315 private void assertFetchRemoteFile(String remotePath, List<String> relativePaths) in assertFetchRemoteFile() 345 private void setDownloadExpections(String remotePath) throws BuildRetrievalError { in setDownloadExpections() 351 String remotePath, List<String> relativePaths) throws BuildRetrievalError { in setDownloadExpections()
|
D | FileDownloadCacheFuncTest.java | 324 private Thread createDownloadThread(IFileDownloader downloader, String remotePath) { in createDownloadThread()
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | GCSFileDownloader.java | 125 public void downloadFile(String remotePath, File destFile) throws BuildRetrievalError { in downloadFile() 144 public boolean isFresh(File localFile, String remotePath) throws BuildRetrievalError { in isFresh() 230 String[] parseGcsPath(String remotePath) throws BuildRetrievalError { in parseGcsPath()
|
/tools/tradefederation/contrib/src/com/android/graphics/tests/ |
D | SkiaTest.java | 179 String remotePath = remoteFile.getPath(); in retrieveAndUploadFile() local
|
/tools/tradefederation/contrib/src/com/android/performance/tests/ |
D | AppInstallTest.java | 175 String remotePath = "/data/local/tmp/" + packageFile.getName(); in installAndTime() local
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | NativeDevice.java | 1503 String remotePath = String.format("%s/%s", deviceFilePath, childFile.getName()); in pushDir() local
|