Searched refs:CreateProcessW (Results 1 – 11 of 11) sorted by relevance
/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 | 52 if (::CreateProcessW(exe_name, in CreateProcessHelper() 221 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 | 157 if (!::CreateProcessW(L"foo.exe", &writable_cmdline_str[0], NULL, NULL, FALSE, in PolicyTargetTest_process()
|
/external/chromium_org/chrome/installer/util/ |
D | delete_tree_work_item_unittest.cc | 195 ::CreateProcessW(NULL, &writable_key_path[0], 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_org/components/crash/app/ |
D | breakpad_win.cc | 211 if (::CreateProcessW(NULL, ::GetCommandLineW(), NULL, NULL, FALSE, in DumpDoneCallback()
|
/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/base/ |
D | logging.cc | 498 if (CreateProcessW(prog_name, &cmdline[0], NULL, NULL, false, 0, NULL, in DisplayDebugMessageInDialog()
|
/external/llvm/lib/Support/Windows/ |
D | Program.inc | 308 BOOL rc = CreateProcessW(ProgramUtf16.data(), CommandUtf16.data(), 0, 0,
|