/external/chromium_org/sandbox/win/src/ |
D | process_thread_dispatcher.cc | 126 &ThreadProcessDispatcher::CreateProcessW) in ThreadProcessDispatcher() 148 return INTERCEPT_EAT(manager, kKerneldllName, CreateProcessW, in SetupService() 204 bool ThreadProcessDispatcher::CreateProcessW(IPCInfo* ipc, base::string16* name, in CreateProcessW() function in sandbox::ThreadProcessDispatcher
|
D | process_thread_dispatcher.h | 39 bool CreateProcessW(IPCInfo* ipc,
|
D | process_policy_test.cc | 54 if (::CreateProcessW(exe_name, const_cast<wchar_t*>(cmd_line), NULL, NULL, in CreateProcessHelper() 224 if (!::CreateProcessW(path.c_str(), NULL, NULL, NULL, FALSE, CREATE_SUSPENDED, in Process_GetChildProcessToken()
|
D | process_thread_policy.cc | 45 if (!::CreateProcessW(lpApplicationName, lpCommandLine, lpProcessAttributes, in CreateProcessExWHelper()
|
D | policy_target_test.cc | 154 if (!::CreateProcessW(L"foo.exe", L"foo.exe", NULL, NULL, FALSE, 0, in PolicyTargetTest_process()
|
/external/chromium_org/chrome/installer/util/ |
D | delete_tree_work_item_unittest.cc | 193 ::CreateProcessW(NULL, const_cast<wchar_t*>(key_path.value().c_str()), in TEST_F()
|
/external/chromium_org/sandbox/win/tests/common/ |
D | controller.cc | 221 if (!::CreateProcessW(prog_name, &arguments[0], NULL, NULL, FALSE, 0, in InternalRunTest()
|
/external/chromium/googleurl/base/ |
D | logging.cc | 216 if (CreateProcessW(prog_name, cmdline.get(), NULL, NULL, false, 0, NULL, in DisplayDebugMessage()
|
/external/lzma/C/Util/SfxSetup/ |
D | SfxSetup.c | 555 if (CreateProcessW(NULL, cmdLine, NULL, NULL, FALSE, 0, NULL, NULL, &si, &pi) == 0) in main()
|
/external/chromium_org/components/breakpad/app/ |
D | breakpad_win.cc | 357 if (::CreateProcessW(NULL, ::GetCommandLineW(), NULL, NULL, FALSE, in DumpDoneCallback()
|
/external/chromium_org/base/ |
D | logging.cc | 506 if (CreateProcessW(prog_name, &cmdline[0], NULL, NULL, false, 0, NULL, in DisplayDebugMessageInDialog()
|
/external/chromium/base/ |
D | logging.cc | 501 if (CreateProcessW(prog_name, &cmdline[0], NULL, NULL, false, 0, NULL, in DisplayDebugMessageInDialog()
|