Home
last modified time | relevance | path

Searched defs: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()
401 public GCSFileMetadata stat(Path bucketPath) throws IOException { in stat()
497 public CommandResult pull(Path bucketPath) throws IOException { in pull()
508 public CommandResult pull(Path bucketPath, File localFile) throws IOException { in pull()
518 public String pullContents(Path bucketPath) throws IOException { in pullContents()
540 public CommandResult push(File localFile, Path bucketPath) throws IOException { in push()
551 public CommandResult pushString(String contents, Path bucketPath) throws IOException { in pushString()