OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HostFileCache
(Results
1 - 4
of
4
) sorted by null
/external/vogar/src/vogar/
HostFileCache.java
24
public class
HostFileCache
implements FileCache {
30
public
HostFileCache
(Log log, Mkdir mkdir) {
/external/vogar/test/vogar/android/
AbstractModeTest.java
30
import vogar.
HostFileCache
;
75
new
HostFileCache
(console, mkdir),
/external/vogar/src/vogar/android/
AndroidSdk.java
33
import vogar.
HostFileCache
;
195
new
HostFileCache
(log, mkdir), language);
200
String desugarJarPath,
HostFileCache
hostFileCache
, Language language) {
206
this.dexCache = new Md5Cache(log, "dex",
hostFileCache
);
/external/conscrypt/benchmark-android/
vogar.jar
Completed in 239 milliseconds