Searched refs:FILE_NAME1 (Results 1 – 1 of 1) sorted by relevance
/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
D | GCSFileDownloaderFuncTest.java | 49 private static final String FILE_NAME1 = "a_host_config.xml"; field in GCSFileDownloaderFuncTest 102 createFile(mStorage, FILE_CONTENT, BUCKET_NAME, mRemoteRoot, FILE_NAME1); in setUp() 157 mDownloader.downloadFile(BUCKET_NAME, mRemoteRoot + "/" + FILE_NAME1); in testDownloadFile_streamOutput() 175 String filename = mRemoteRoot + "/" + FILE_NAME1; in testGetRemoteFileMetaData() 191 BUCKET_NAME, Paths.get(mRemoteRoot, FILE_NAME1).toString())); in testIsRemoteFolder() 201 String.format("gs://%s/%s/%s", BUCKET_NAME, mRemoteRoot, FILE_NAME1)); in testDownloadFile() 277 String remotePath = String.format("gs://%s/%s/%s", BUCKET_NAME, mRemoteRoot, FILE_NAME1); in testCheckFreshness() 284 String remotePath = String.format("gs://%s/%s/%s", BUCKET_NAME, mRemoteRoot, FILE_NAME1); in testCheckFreshness_notExist() 296 String remotePath = String.format("gs://%s/%s/%s", BUCKET_NAME, mRemoteRoot, FILE_NAME1); in testCheckFreshness_remoteNotExist() 312 String remotePath = String.format("gs://%s/%s/%s", BUCKET_NAME, mRemoteRoot, FILE_NAME1); in testCheckFreshness_notFresh() [all …]
|