OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
40
private static final File
DIR_SYSTEM
= new File(DIR_TEST, "system");
197
DIR_SYSTEM
.mkdirs();
202
store = new TrustedCertificateStore(
DIR_SYSTEM
, DIR_ADDED, DIR_DELETED);
210
for (File dir : new File[] {
DIR_SYSTEM
, DIR_ADDED, DIR_DELETED, DIR_TEST }) {
616
dir =
DIR_SYSTEM
;
/external/chromium/chrome/common/
sandbox_policy.cc
368
if (!PathService::Get(base::
DIR_SYSTEM
, &rundll))
Completed in 173 milliseconds