Home
last modified time | relevance | path

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

/tools/tradefederation/core/global_configuration/com/android/tradefed/host/
DHostOptions.java65 private File mDownloadCacheDir = new File(System.getProperty("java.io.tmpdir"), "lc_cache"); field in HostOptions
126 return mDownloadCacheDir; in getDownloadCacheDir()