Home
last modified time | relevance | path

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

/tools/tradefederation/core/global_configuration/com/android/tradefed/host/
DLocalHostResourceManager.java48 File localFile = fetchHostResource(entry.getKey(), entry.getValue()); in setup()
87 protected File fetchHostResource(String name, String value) throws ConfigurationException { in fetchHostResource() method in LocalHostResourceManager
/tools/tradefederation/core/src/com/android/tradefed/host/gcs/
DGCSHostResourceManager.java47 protected File fetchHostResource(String name, String value) throws ConfigurationException { in fetchHostResource() method in GCSHostResourceManager