Home
last modified time | relevance | path

Searched defs:isFresh (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/build/
DFileDownloadCacheWrapper.java54 public boolean isFresh(File localFile, String remoteFilePath) throws BuildRetrievalError { in isFresh() method in FileDownloadCacheWrapper
DIFileDownloader.java76 public default boolean isFresh(File localFile, String remoteFilePath) in isFresh() method
/tools/tradefederation/core/src/com/android/tradefed/util/
DGCSFileDownloader.java147 public boolean isFresh(File localFile, String remotePath) throws BuildRetrievalError { in isFresh() method in GCSFileDownloader