Searched refs:bucketPath (Results 1 – 1 of 1) sorted by relevance
306 public List<String> ls(Path bucketPath) throws IOException { in ls() argument308 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() argument403 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() argument498 return copy(getUriForGcsPath(bucketPath), "."); in pull()[all …]