Home
last modified time | relevance | path

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

/dports/java/icedtea-web/icedtea-web-1.6.2/tests/netx/unit/net/sourceforge/jnlp/cache/
H A DCacheLRUWrapperTest.java122 final File cacheIndexFile = clw.getRecentlyUsedFile().getFile(); in testLoadStoreTiming()
163 …String path = clw.getRecentlyUsedFile().getFullPath() + File.separatorChar + i + File.separatorCha… in fillCacheIndexFile()
172 final File cacheIndexFile = clw.getRecentlyUsedFile().getFile(); in testModTimestampAfterStore()
/dports/java/icedtea-web/icedtea-web-1.6.2/netx/net/sourceforge/jnlp/cache/
H A DCacheLRUWrapper.java75 this(PathsAndFiles.getRecentlyUsedFile(), PathsAndFiles.CACHE_DIR); in CacheLRUWrapper()
142 public InfrastructureFileDescriptor getRecentlyUsedFile() { in getRecentlyUsedFile() method in CacheLRUWrapper
/dports/java/icedtea-web/icedtea-web-1.6.2/netx/net/sourceforge/jnlp/config/
H A DPathsAndFiles.java130 public static InfrastructureFileDescriptor getRecentlyUsedFile() { in getRecentlyUsedFile() method in PathsAndFiles
329 r.add(getRecentlyUsedFile()); in getAllFiles()
H A DDeploymentConfiguration.java791 File f = PathsAndFiles.getRecentlyUsedFile().getDefaultFile(); in move14AndOlderFilesTo15Structure()
/dports/java/icedtea-web/icedtea-web-1.6.2/tests/reproducers/signed/CacheReproducer/testcases/
H A DCacheReproducerTest.java75 private static final File icedteaCacheFile = PathsAndFiles.getRecentlyUsedFile().getFile();
/dports/java/icedtea-web/icedtea-web-1.6.2/netx/net/sourceforge/jnlp/controlpanel/
H A DCachePane.java326 … File recentlyUsedFile = new File(PathsAndFiles.getRecentlyUsedFile().getFullPath(config)); in invokeLaterDelete()