HomeSort by relevance Sort by last modified time
    Searched refs:CreateProcess (Results 1 - 25 of 49) sorted by null

1 2

  /system/connectivity/apmanager/
mock_process_factory.h 31 MOCK_METHOD0(CreateProcess, brillo::Process*());
process_factory.cc 35 brillo::Process* ProcessFactory::CreateProcess() {
process_factory.h 35 virtual brillo::Process* CreateProcess();
dhcp_server.cc 101 dnsmasq_process_.reset(process_factory_->CreateProcess());
dhcp_server_unittest.cc 134 EXPECT_CALL(process_factory_, CreateProcess()).WillOnce(Return(process));
service_unittest.cc 155 EXPECT_CALL(process_factory_, CreateProcess()).WillOnce(Return(process));
service.cc 275 hostapd_process_.reset(process_factory_->CreateProcess());
  /sdk/sdklauncher/src/source/
sdklauncher.c 104 ret = CreateProcess(
117 dprintf("CreateProcess returned %d\n", ret);
121 ret = CreateProcess(
134 dprintf("CreateProcess returned %d\n", ret);
  /sdk/avdlauncher/src/source/
avdlauncher.c 102 ret = CreateProcess(
114 dprintf("CreateProcess returned %d\n", ret);
  /ndk/sources/host-tools/gdb-stub/
gdb-stub.c 170 CreateProcess(
  /sdk/find_java2/src/
utils.cpp 146 // The return code is from CreateProcess (0 means failure), not the running app.
158 int ret = CreateProcess(
179 // As indicated in MSDN for CreateProcess, callers should double-quote the program name
192 int ret = CreateProcess(
JavaFinder.cpp 123 BOOL ok = CreateProcess(
136 // // if ((gIsConsole || gIsDebug) && !ok) displayLastError("CreateProcess failed: ");
  /external/lzma/CPP/7zip/Bundles/SFXSetup/
SfxSetup.cpp 334 BOOL createResult = CreateProcess(NULL, (LPTSTR)(LPCTSTR)appLaunchedSys,
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
forking.py 2 # Module for starting a process object using os.fork() or CreateProcess()
260 hp, ht, pid, tid = _subprocess.CreateProcess(
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
forking.py 2 # Module for starting a process object using os.fork() or CreateProcess()
260 hp, ht, pid, tid = _subprocess.CreateProcess(
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 2 # Module for starting a process object using os.fork() or CreateProcess()
260 hp, ht, pid, tid = _subprocess.CreateProcess(
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 2 # Module for starting a process object using os.fork() or CreateProcess()
260 hp, ht, pid, tid = _subprocess.CreateProcess(
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
win_platform_backend.py 337 # Use ShellExecuteEx() instead of subprocess.Popen()/CreateProcess() to
350 handle, _, _, _ = win32process.CreateProcess(
  /external/deqp/execserver/
xsWin32TestProcess.cpp 541 if (!CreateProcess(DE_NULL, (LPTSTR)commandLine, DE_NULL, DE_NULL, TRUE /* inherit handles */, 0, DE_NULL, workingDirectory, &startInfo, &m_procInfo))
542 throw Error(GetLastError(), "CreateProcess() failed");
  /external/deqp/framework/delibs/deutil/
deProcess.c 702 if (!CreateProcess(DE_NULL, (LPTSTR)commandLine, DE_NULL, DE_NULL, TRUE /* inherit handles */, 0, DE_NULL, workingDirectory, &startInfo, &process->procInfo))
705 deProcess_setErrorFromWin32(process, "CreateProcess() failed");
  /external/netperf/src/
netserver.c 1116 b = CreateProcess(NULL, /* Application Name */
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
pex-win32.c 69 that calls CreateProcess) *iff* the executable pathname (argv[0])
351 prevent wasting 2 chars per argument of the CreateProcess 32k char
627 if (!CreateProcess (full_executable, cmdline,
859 *errmsg = "CreateProcess";
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbgeng.h 219 STDMETHOD(CreateProcess)(THIS_ ULONG64 Server,PSTR CommandLine,ULONG CreateFlags) PURE;
290 STDMETHOD(CreateProcess)(THIS_ ULONG64 Server,PSTR CommandLine,ULONG CreateFlags) PURE;
352 STDMETHOD(CreateProcess)(THIS_ ULONG64 Server,PSTR CommandLine,ULONG CreateFlags) PURE;
417 STDMETHOD(CreateProcess)(THIS_ ULONG64 Server,PSTR CommandLine,ULONG CreateFlags) PURE;
    [all...]
  /external/autotest/client/tests/kvm/deps/
rss.cpp 431 if (!CreateProcess(NULL, "cmd.exe", NULL, NULL, TRUE,
433 ExitOnError("CreateProcess failed");
    [all...]
  /ndk/sources/host-tools/make-3.81/w32/subproc/
sub_proc.c 540 DB (DB_JOBS, ("CreateProcess(%s,%s,...)\n",
543 if (CreateProcess(
557 fprintf(stderr, "process_begin: CreateProcess(%s, %s, ...) failed.\n",
940 * Create a command line buffer to pass to CreateProcess
947 * CreateProcess does not take an argv, so this command creates a

Completed in 421 milliseconds

1 2