HomeSort by relevance Sort by last modified time
    Searched defs:DIR_SYSTEM (Results 1 - 3 of 3) sorted by null

  /external/chromium/base/
base_paths_win.h 19 DIR_SYSTEM, // Usually c:\windows\system32"
  /external/chromium_org/base/
base_paths_win.h 18 DIR_SYSTEM, // Usually c:\windows\system32"
  /libcore/crypto/src/test/java/org/conscrypt/
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 236 milliseconds