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

  /external/chromium_org/chrome/browser/printing/
printer_manager_dialog_win.cc 25 base::FilePath rundll32 = sys_dir.AppendASCII("rundll32.exe"); local
30 ShellExecute(NULL, L"open", rundll32.value().c_str(), args.c_str(), NULL,
  /external/chromium/chrome/browser/ui/webui/options/
advanced_options_utils_win.cc 26 // Using rundll32 seems better than LaunchConnectionDialog which causes a
27 // new dialog to be made for each call. rundll32 uses the same global
29 FilePath rundll32; local
30 PathService::Get(base::DIR_SYSTEM, &rundll32);
31 rundll32 = rundll32.AppendASCII("rundll32.exe");
45 ShellExecute(NULL, L"open", rundll32.value().c_str(), args.c_str(), NULL,
  /external/chromium_org/chrome/browser/ui/webui/options/
advanced_options_utils_win.cc 28 // Using rundll32 seems better than LaunchConnectionDialog which causes a
29 // new dialog to be made for each call. rundll32 uses the same global
31 base::FilePath rundll32; local
32 PathService::Get(base::DIR_SYSTEM, &rundll32);
33 rundll32 = rundll32.AppendASCII("rundll32.exe");
47 ShellExecute(NULL, L"open", rundll32.value().c_str(), args.c_str(), NULL,
  /external/chromium_org/chrome/installer/setup/
setup_util.cc 197 L"%SystemRoot%\\System32\\rundll32.exe";
198 wchar_t rundll32[MAX_PATH]; local
200 ExpandEnvironmentStrings(kRunDll32Path, rundll32, arraysize(rundll32));
206 BOOL ok = ::CreateProcess(NULL, rundll32, NULL, NULL, FALSE, CREATE_SUSPENDED,

Completed in 71 milliseconds