Home
last modified time | relevance | path

Searched refs:DIR_SYSTEM (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/webui/options/
Dadvanced_options_utils_win.cc30 PathService::Get(base::DIR_SYSTEM, &rundll32); in Run()
34 PathService::Get(base::DIR_SYSTEM, &shell32dll); in Run()
38 PathService::Get(base::DIR_SYSTEM, &inetcpl); in Run()
/external/chromium/base/
Dbase_paths_win.h19 DIR_SYSTEM, // Usually c:\windows\system32" enumerator
Dbase_paths_win.cc48 case base::DIR_SYSTEM: in PathProviderWin()
/external/chromium/chrome/common/
Dsandbox_policy.cc368 if (!PathService::Get(base::DIR_SYSTEM, &rundll)) in LoadFlashBroker()