Searched defs:remoteFile (Results 1 – 6 of 6) sorted by relevance
49 public File remoteFile = null; field in DynamicRemoteFileResolverTest.RemoteFileOption64 public File remoteFile = null; field in DynamicRemoteFileResolverTest.RemoteFileOptionWithOptionClass
89 String remoteFile, in getScpCommand()
443 File remoteFile = in logNestedRemoteFile() local453 File remoteFile, String baseName, ITestLogger logger, LogDataType type) { in logFile()
173 File remoteFile, in retrieveAndUploadFile()
1365 IFileEntry remoteFile = EasyMock.createMock(IFileEntry.class); in testIsNewer() local1397 IFileEntry remoteFile = EasyMock.createMock(IFileEntry.class); in testIsNewer_timeOffset() local1430 IFileEntry remoteFile = EasyMock.createMock(IFileEntry.class); in testIsNewer_fails() local
130 private boolean isFileFresh(File localFile, StorageObject remoteFile) throws IOException { in isFileFresh()