Home
last modified time | relevance | path

Searched defs:remotePath (Results 1 – 16 of 16) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/device/cloud/
DRemoteFileUtilTest.java62 String remotePath = "/home/vsoc-01/cuttlefish_runtime/kernel.log"; in testFetchRemoteFile() local
97 String remotePath = "/home/vsoc-01/cuttlefish_runtime/kernel.log"; in testFetchRemoteFile_fail() local
126 String remotePath = "/home/vsoc-01/cuttlefish_runtime/tombstones"; in testFetchRemoteDir() local
161 String remotePath = "/home/vsoc-01/cuttlefish_runtime/kernel.log"; in testPushFileToRemote() local
202 String remotePath = "/home/vsoc-01/cuttlefish_runtime/kernel.log"; in testPushFileToRemote_fail() local
243 String remotePath = "/home/vsoc-01/cuttlefish_runtime/kernel.log"; in testDoesRemoteFileExistInOxygenation() local
256 String remotePath = "/home/vsoc-01/cuttlefish_runtime/kernel.log"; in testPushFileToRemoteOxygenation() local
/tools/tradefederation/core/javatests/com/android/tradefed/util/
DGCSFileDownloaderFuncTest.java379 String remotePath = String.format("gs://%s/%s/%s", BUCKET_NAME, mRemoteRoot, FILE_NAME1); in testCheckFreshness() local
386 String remotePath = String.format("gs://%s/%s/%s", BUCKET_NAME, mRemoteRoot, FILE_NAME1); in testCheckFreshness_notExist() local
392 String remotePath = String.format("gs://%s/%s/%s", BUCKET_NAME, mRemoteRoot, FOLDER_NAME1); in testCheckFreshness_folderNotExist() local
398 String remotePath = String.format("gs://%s/%s/%s", BUCKET_NAME, mRemoteRoot, FILE_NAME1); in testCheckFreshness_remoteNotExist() local
406 String remotePath = String.format("gs://%s/%s/%s", BUCKET_NAME, mRemoteRoot, FOLDER_NAME1); in testCheckFreshness_remoteFolderNotExist() local
414 String remotePath = String.format("gs://%s/%s/%s", BUCKET_NAME, mRemoteRoot, FILE_NAME1); in testCheckFreshness_notFresh() local
424 String remotePath = String.format("gs://%s/%s/%s", BUCKET_NAME, mRemoteRoot, FOLDER_NAME1); in testCheckFreshness_folder() local
431 String remotePath = String.format("gs://%s/%s/%s", BUCKET_NAME, mRemoteRoot, FOLDER_NAME1); in testCheckFreshness_folder_addFile() local
447 String remotePath = String.format("gs://%s/%s/%s", BUCKET_NAME, mRemoteRoot, FOLDER_NAME1); in testCheckFreshness_folder_removeFile() local
458 String remotePath = String.format("gs://%s/%s/%s", BUCKET_NAME, mRemoteRoot, FOLDER_NAME1); in testCheckFreshness_folder_changeFile() local
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DTestDeviceFileFuncTest.java189 String remotePath = null; in testPush_NoExist() local
211 String remotePath = null; in testPushPullDir_Basic() local
257 String remotePath = null; in testPushPullDir_ExtStorage() local
297 String remotePath = null; in testDoesFileExist_Basic() local
316 String remotePath = null; in testDeleteFile_Basic() local
340 String remotePath = null; in testDeleteFile_ExtStorage() local
369 String remotePath = null; in testIsDirectory() local
409 String remotePath = null; in testGetChildren_Basic() local
459 String remotePath = null; in testGetChildren_NotDirectory() local
485 String remotePath = null; in testGetChildren_EmptyDirectory() local
DNativeDeviceTest.java2183 String remotePath = NativeDevice.SD_CARD; in testPushFile_withUserId() local
2206 String remotePath = NativeDevice.SD_CARD; in testPushFile_withoutUserId() local
2280 String remotePath = NativeDevice.SD_CARD + "deleteTest"; in testDeleteFile_withUserId() local
2298 String remotePath = NativeDevice.SD_CARD + "deleteTest"; in testDeleteFile_withoutUserId() local
/tools/tradefederation/core/javatests/com/android/tradefed/build/
DFileDownloadCacheTest.java372 private void assertFetchRemoteFile(String remotePath, List<String> relativePaths) in assertFetchRemoteFile()
378 private void assertFetchRemoteFile(String remotePath, List<String> relativePaths, File dest) in assertFetchRemoteFile()
415 private void setDownloadExpectations(String remotePath) throws BuildRetrievalError { in setDownloadExpectations()
420 private void setDownloadExpectations(String remotePath, List<String> relativePaths) in setDownloadExpectations()
DFileDownloadCacheFuncTest.java324 private Thread createDownloadThread(IFileDownloader downloader, String remotePath) { in createDownloadThread()
/tools/tradefederation/core/test_framework/com/android/tradefed/util/statsd/
DConfigUtil.java91 String remotePath = String.format("/data/local/tmp/%s", configFile.getName()); in pushStatsConfig() local
117 String remotePath = String.format("/data/local/tmp/%s", configFile.getName()); in pushBinaryStatsConfig() local
146 private static void updateConfig(ITestDevice device, String remotePath, long configId) in updateConfig()
/tools/tradefederation/core/src/com/android/tradefed/build/
DFileDownloadCache.java329 IFileDownloader downloader, String remotePath, File destFile) in internalfetchRemoteFile()
401 private void downloadFile(IFileDownloader downloader, String remotePath, File cachedFile) in downloadFile()
410 File copyFile(String remotePath, File cachedFile, File destFile) throws BuildRetrievalError { in copyFile()
448 private String convertPath(String remotePath) { in convertPath()
466 String remotePath = keyIterator.next(); in incrementAndAdjustCache() local
/tools/tradefederation/core/src/com/android/tradefed/util/
DGCSFileDownloader.java172 public void downloadFile(String remotePath, File destFile) throws BuildRetrievalError { in downloadFile()
226 public boolean isFresh(File localFile, String remotePath) throws BuildRetrievalError { in isFresh()
340 String[] parseGcsPath(String remotePath) throws BuildRetrievalError { in parseGcsPath()
/tools/tradefederation/contrib/src/com/android/performance/tests/
DAppIncrementalInstallTest.java152 String remotePath = mTestApkRemoteDir + packageFile.getName(); in installAndTime() local
DAppInstallTest.java175 String remotePath = "/data/local/tmp/" + packageFile.getName(); in installAndTime() local
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DPushFilePreparer.java414 ITestDevice device, IBuildInfo buildInfo, File src, String remotePath) in evaluatePushingPair()
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DRemoteFileUtil.java184 String remotePath) { in doesRemoteFileExist()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/contentprovider/
DContentProviderHandler.java500 String remotePath = String.format("%s/%s", deviceFilePath, childFile.getName()); in pushDirInternal() local
/tools/tradefederation/core/src/com/android/tradefed/device/connection/
DAdbSshConnection.java932 boolean fetchRemoteDir(File localDir, String remotePath) { in fetchRemoteDir()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java2080 String remotePath = String.format("%s/%s", deviceFilePath, childFile.getName()); in pushDirInternal() local