Home
last modified time | relevance | path

Searched defs:gsPath (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/build/gcs/
DGCSDownloaderHelper.java41 public void fetchTestResource(File destFile, String gsPath) throws BuildRetrievalError { in fetchTestResource()
57 public File fetchTestResource(String gsPath) throws BuildRetrievalError { in fetchTestResource()
/tools/tradefederation/core/javatests/com/android/tradefed/build/
DFileDownloadCacheTest.java340 String gsPath = "foo//bar"; in testCacheRebuild_multiSlashPath() local