Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DGCSBucketUtilFuncTest.java74 Assert.assertEquals(FILE_CONTENT, mBucket.pullContents(path)); in testStringUploadThenDownLoad()
115 mBucket.pullContents(Paths.get(mRemoteRoot, "non_exist_file")); in testDownloadFile_notExist()
/tools/tradefederation/core/src/com/android/tradefed/util/
DGCSBucketUtil.java518 public String pullContents(Path bucketPath) throws IOException { in pullContents() method in GCSBucketUtil