OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CACHE_DIR
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerStressTest.java
39
private final static String
CACHE_DIR
=
156
StatFs fs = new StatFs(
CACHE_DIR
);
161
File outFile = File.createTempFile("DM_TEST", null, new File(
CACHE_DIR
));
178
fs.restat(
CACHE_DIR
);
DownloadManagerFunctionalTest.java
38
private final static String
CACHE_DIR
=
141
assertTrue(fileName.startsWith(
CACHE_DIR
));
/prebuilt/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar
Completed in 236 milliseconds