/third_party/musl/porting/liteos_a/user/src/process/ |
H A D | posix_spawn.c | 152 attr->__fn ? (int (*)())attr->__fn : execve; in child()
|
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify03.c | 144 if (execve(FILE_EXEC_PATH, argv, environ) != -1) in generate_events()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/ |
H A D | unistd.h | 628 int execve(const char *, char *const [], char *const []);
|
/kernel/linux/linux-5.10/kernel/ |
H A D | audit.h | 190 } execve; member
|
/kernel/linux/linux-6.6/kernel/ |
H A D | audit.h | 200 } execve; member
|
/test/xts/acts/kernel_lite/process_posix/src/ |
H A D | PidTest.cpp | 349 int rt = execve(mChildELF, NULL, NULL);
in HWTEST_F() 351 LOG("ERROR: execve return -1, errno=%d, err=%s\n", errno, strerror(errno));
in HWTEST_F() 358 EXPECT_EQ(rt, -1) << "setpgid should fail after child execve.";
in HWTEST_F()
|
/third_party/libuv/test/ |
H A D | runner-unix.c | 156 execve(args[0], args, environ); in process_start() 158 perror("execve()"); in process_start()
|
/third_party/musl/porting/liteos_a/user/include/ |
H A D | unistd.h | 109 int execve(const char *, char *const [], char *const []);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | unistd.h | 84 int execve(const char *, char *const [], char *const []);
|
/third_party/musl/porting/linux/user/include/ |
H A D | unistd.h | 90 int execve(const char *, char *const [], char *const []);
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | unistd.h | 109 int execve(const char *, char *const [], char *const []);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | unistd.h | 84 int execve(const char *, char *const [], char *const []);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | unistd.h | 89 int execve(const char *, char *const [], char *const []);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | unistd.h | 84 int execve(const char *, char *const [], char *const []);
|
/third_party/musl/include/ |
H A D | unistd.h | 127 int execve(const char *, char *const [], char *const []);
|
/third_party/skia/third_party/externals/angle2/util/posix/ |
H A D | test_utils_posix.cpp | 538 ASSERT(-1 != execve(argv[0], newArgs.data(), newEnv.data())); in InitMetalFileAPIHooking()
|
/third_party/rust/crates/nix/test/ |
H A D | test_unistd.rs | 405 execve_test_factory!(test_execve, execve, CString::new("/system/bin/sh").unwrap().as_c_str()); 412 execve_test_factory!(test_execve, execve, CString::new("/bin/sh").unwrap().as_c_str()); 420 execve_test_factory!(test_execve, execve, CString::new("/bin/sh").unwrap().as_c_str());
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/ |
H A D | if_config.cpp | 93 if (execve(vecCommandArg[0].c_str(), (char *const*)execveStr, env) < 0) { in ExecCommand() 94 LOGE("execve %{public}s failed.", vecCommandArg[0].c_str()); in ExecCommand()
|
/kernel/liteos_a/apps/shell/src/ |
H A D | shmsg.c | 378 ret = execve(cmdName, paramArray, NULL); in ChildExec() 380 perror("execve"); in ChildExec()
|
/kernel/liteos_a/testsuites/unittest/tools/ |
H A D | unittest_tools.cpp | 136 ret = execve(param[0], param, nullptr); in RunCase()
|
/third_party/ltp/testcases/kernel/security/tomoyo/ |
H A D | tomoyo_new_test.c | 107 execve("/bin/true", argv, envp); in test_execute_bin_true()
|
/third_party/mksh/ |
H A D | os2.c | 395 /* alias of execve() */ 398 /* replacement for execve() of kLIBC */ 400 execve(const char *name, char * const *argv, char * const *envp) in execve() function 423 * kLIBC execve() has problems when executing scripts. in execve()
|
/third_party/musl/libc-test/src/api/ |
H A D | unistd.c | 265 {int(*p)(const char*,char*const[],char*const[]) = execve;} in f()
|
/third_party/python/Modules/ |
H A D | _posixsubprocess.c | 491 * remain blocked across execve() since the kernel will do it. */ in reset_signal_handlers() 704 execve(executable, argv, envp); in child_exec() 1092 * until the child performs _exit() or execve(), so it is safe in subprocess_fork_exec()
|
/third_party/toybox/toys/pending/ |
H A D | strace.c | 481 SC(execve, "spp"); in print_enter() 600 // TODO: real strace swallows the failed execve()s if it started the child in strace_main()
|