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/
DIFileDownloader.java56 public default boolean isFresh(File localFile, String remoteFilePath) in isFresh() method
DFileDownloadCacheWrapper.java54 public boolean isFresh(File localFile, String remoteFilePath) throws BuildRetrievalError { in isFresh() method in FileDownloadCacheWrapper
/tools/tradefederation/core/src/com/android/tradefed/util/
DGCSFileDownloader.java144 public boolean isFresh(File localFile, String remotePath) throws BuildRetrievalError { in isFresh() method in GCSFileDownloader