Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/device/cloud/
DRemoteFileUtilTest.java56 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/
DGCSFileDownloaderFuncTest.java272 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/
DConfigUtil.java65 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/
DPushFilePreparer.java256 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()
DAdditionalFilesInstaller.java51 String remotePath = String.format("%s%s", DEST_PATH, file.getName()); in setUp() local
/tools/tradefederation/core/src/com/android/tradefed/build/
DFileDownloadCache.java242 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
DFileDownloadCacheWrapper.java48 public void downloadFile(String remotePath, File destFile) throws BuildRetrievalError { in downloadFile()
/tools/tradefederation/core/tests/src/com/android/tradefed/build/
DFileDownloadCacheTest.java315 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()
DFileDownloadCacheFuncTest.java324 private Thread createDownloadThread(IFileDownloader downloader, String remotePath) { in createDownloadThread()
/tools/tradefederation/core/src/com/android/tradefed/util/
DGCSFileDownloader.java125 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/
DSkiaTest.java179 String remotePath = remoteFile.getPath(); in retrieveAndUploadFile() local
/tools/tradefederation/contrib/src/com/android/performance/tests/
DAppInstallTest.java175 String remotePath = "/data/local/tmp/" + packageFile.getName(); in installAndTime() local
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java1503 String remotePath = String.format("%s/%s", deviceFilePath, childFile.getName()); in pushDir() local