Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DGCSBucketUtilFuncTest.java56 mBucket.setBotoPath(null); in setUp()
139 mBucket.setBotoPath("/dev/null"); in testBotoPathCanBeSet()
/tools/tradefederation/core/src/com/android/tradefed/util/
DGCSBucketUtil.java671 public void setBotoPath(String botoPath) { in setBotoPath() method in GCSBucketUtil