OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DIR_SYSTEM
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/
base_paths_win.h
19
DIR_SYSTEM
, // Usually c:\windows\system32"
/libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
TrustedCertificateStoreTest.java
42
private static final File
DIR_SYSTEM
= new File(DIR_TEST, "system");
199
DIR_SYSTEM
.mkdirs();
204
store = new TrustedCertificateStore(
DIR_SYSTEM
, DIR_ADDED, DIR_DELETED);
212
for (File dir : new File[] {
DIR_SYSTEM
, DIR_ADDED, DIR_DELETED, DIR_TEST }) {
647
dir =
DIR_SYSTEM
;
Completed in 891 milliseconds