Searched refs:execv (Results 1 - 25 of 57) sorted by relevance

123

/external/chromium_org/native_client_sdk/src/tools/
H A Dcompiler-wrapper.py32 os.execv(compiler, args)
/external/clang/utils/
H A DCaptureCmd60 os.execv(program, sys.argv)
65 os.execv(fallback, sys.argv)
69 os.execv(program, sys.argv)
/external/chromium_org/testing/gtest/scripts/
H A Dupload_gtest.py74 os.execv(upload_py_path, upload_py_argv)
/external/chromium_org/tools/android/run_pie/
H A Drun_pie.c62 execv(argv[0], argv);
65 printf(ERR_PREFIX "Both dlsym() and the execv() fallback failed.\n");
66 perror("execv");
/external/compiler-rt/lib/asan/
H A Dasanwrapper.cc50 execv(args[0], args);
H A Dasan_mac.cc144 execv(program_name, *_NSGetArgv());
/external/ppp/pppd/plugins/
H A Dpassprompt.c65 execv(*argv, argv);
/external/valgrind/main/include/
H A Dpub_tool_libcproc.h61 extern void VG_(execv) ( const HChar* filename, HChar** argv );
/external/llvm/tools/lli/Unix/
H A DRPCChannel.inc64 int rc = execv(ChildName.c_str(), args);
/external/compiler-rt/test/BlocksRuntime/
H A Dfail.c61 int result = execv(copy[0], copy);
/external/compiler-rt/test/asan/TestCases/
H A Dstack-overflow.cc97 execv(argv[0], argv);
/external/qemu/android/
H A Dmain-emulator.c65 /* The execv() definition in older mingw is slightly bogus.
73 # define safe_execv(_filepath,_argv) execv((_filepath),(const char* const*)(_argv))
75 # define safe_execv(_filepath,_argv) execv((_filepath),(_argv))
182 // Take care of quoting all parameters before sending them to execv().
188 // since this process will terminate after the execv() anyway.
/external/chromium_org/sandbox/linux/suid/
H A Dsandbox.c476 execv(argv[1], &argv[1]);
477 FatalError("execv failed");
/external/qemu/android/qemu-launcher/
H A Demulator-qemu.cpp50 /* The execv() definition in older mingw is slightly bogus.
58 # define safe_execv(_filepath,_argv) execv((_filepath),(const char* const*)(_argv))
60 # define safe_execv(_filepath,_argv) execv((_filepath),(_argv))
792 // Take care of quoting all parameters before sending them to execv().
798 // since this process will terminate after the execv() anyway.
/external/valgrind/main/coregrind/
H A Dm_libcproc.c327 void VG_(execv) ( const HChar* filename, HChar** argv ) function
357 VG_(execv)(argv[0], (HChar **)argv);
359 /* If we're still alive here, execv failed. */
/external/chromium-trace/
H A Dsystrace.py63 os.execv(legacy_script, sys.argv)
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dsubprocess.cc321 execv(argv[0], argv);
/external/protobuf/src/google/protobuf/compiler/
H A Dsubprocess.cc318 execv(argv[0], argv);
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos_unix.c597 execv(program, argv);
598 perror("execv");
/external/wpa_supplicant_8/src/utils/
H A Dos_unix.c597 execv(program, argv);
598 perror("execv");
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos_unix.c597 execv(program, argv);
598 perror("execv");
/external/llvm/lib/Support/Unix/
H A DProgram.inc304 execv(PathStr.c_str(),
/external/deqp/framework/delibs/deutil/
H A DdeProcess.c129 execv(argList[0], argList);
132 dieLastError(statusPipe, "execv() failed");
/external/ltrace/etc/
H A Dlibc.so.conf381 int execv(string,addr);
/external/chromium_org/remoting/host/linux/
H A Dlinux_me2me_host.py1036 os.execv("/bin/sh", ["/bin/sh", "-c", command])

Completed in 591 milliseconds

123