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

  /external/chromium/base/
base_paths_win.h 19 DIR_SYSTEM, // Usually c:\windows\system32"
base_paths_win.cc 48 case base::DIR_SYSTEM:
  /external/chromium/chrome/browser/ui/webui/options/
advanced_options_utils_win.cc 30 PathService::Get(base::DIR_SYSTEM, &rundll32);
34 PathService::Get(base::DIR_SYSTEM, &shell32dll);
38 PathService::Get(base::DIR_SYSTEM, &inetcpl);
  /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;
  /external/chromium/chrome/common/
sandbox_policy.cc 368 if (!PathService::Get(base::DIR_SYSTEM, &rundll))

Completed in 299 milliseconds