Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/build/gcs/
DGCSDownloaderHelper.java45 deleteCacheEntry(gsPath); in fetchTestResource()
61 deleteCacheEntry(gsPath); in fetchTestResource()
80 private void deleteCacheEntry(String remoteFilePath) { in deleteCacheEntry() method in GCSDownloaderHelper
85 cache.deleteCacheEntry(remoteFilePath); in deleteCacheEntry()
/tools/tradefederation/core/src/com/android/tradefed/build/
DFileDownloadCache.java386 deleteCacheEntry(remotePath); in internalfetchRemoteFile()
563 public void deleteCacheEntry(String remoteFilePath) { in deleteCacheEntry() method in FileDownloadCache