Home
last modified time | relevance | path

Searched refs:FOLDER_NAME1 (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DGCSFileDownloaderFuncTest.java53 private static final String FOLDER_NAME1 = "folder1"; field in GCSFileDownloaderFuncTest
103 createFile(mStorage, FILE_NAME2, BUCKET_NAME, mRemoteRoot, FOLDER_NAME1, FILE_NAME2); in setUp()
104 createFile(mStorage, FILE_NAME3, BUCKET_NAME, mRemoteRoot, FOLDER_NAME1, FILE_NAME3); in setUp()
110 FOLDER_NAME1, in setUp()
192 BUCKET_NAME, Paths.get(mRemoteRoot, FOLDER_NAME1).toString())); in testIsRemoteFolder()
219 String.format("gs://%s/%s/%s/", BUCKET_NAME, mRemoteRoot, FOLDER_NAME1)); in testDownloadFile_folder()
227 String.format("gs://%s/%s/%s", BUCKET_NAME, mRemoteRoot, FOLDER_NAME1)); in testDownloadFile_folderNotsanitize()
285 String remotePath = String.format("gs://%s/%s/%s", BUCKET_NAME, mRemoteRoot, FOLDER_NAME1); in testCheckFreshness_folderNotExist()
299 String remotePath = String.format("gs://%s/%s/%s", BUCKET_NAME, mRemoteRoot, FOLDER_NAME1); in testCheckFreshness_remoteFolderNotExist()
316 String remotePath = String.format("gs://%s/%s/%s", BUCKET_NAME, mRemoteRoot, FOLDER_NAME1); in testCheckFreshness_folder()
[all …]