Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DGCSBucketUtil.java306 public List<String> ls(Path bucketPath) throws IOException { in ls() argument
308 CLog.d("Check stat of %s %s", mBucketName, bucketPath); in ls()
314 command.add(getUriForGcsPath(bucketPath)); in ls()
329 bucketPath, in ls()
401 public GCSFileMetadata stat(Path bucketPath) throws IOException { in stat() argument
403 CLog.d("Check stat of %s %s", mBucketName, bucketPath); in stat()
409 command.add(getUriForGcsPath(bucketPath)); in stat()
436 bucketPath, in stat()
497 public CommandResult pull(Path bucketPath) throws IOException { in pull() argument
498 return copy(getUriForGcsPath(bucketPath), "."); in pull()
[all …]