Home
last modified time | relevance | path

Searched refs:execve (Results 51 - 75 of 96) sorted by relevance

1234

/third_party/musl/porting/liteos_a/user/src/process/
H A Dposix_spawn.c152 attr->__fn ? (int (*)())attr->__fn : execve; in child()
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify03.c144 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 Dunistd.h628 int execve(const char *, char *const [], char *const []);
/kernel/linux/linux-5.10/kernel/
H A Daudit.h190 } execve; member
/kernel/linux/linux-6.6/kernel/
H A Daudit.h200 } execve; member
/test/xts/acts/kernel_lite/process_posix/src/
H A DPidTest.cpp349 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 Drunner-unix.c156 execve(args[0], args, environ); in process_start()
158 perror("execve()"); in process_start()
/third_party/musl/porting/liteos_a/user/include/
H A Dunistd.h109 int execve(const char *, char *const [], char *const []);
/third_party/musl/porting/uniproton/kernel/include/
H A Dunistd.h84 int execve(const char *, char *const [], char *const []);
/third_party/musl/porting/linux/user/include/
H A Dunistd.h90 int execve(const char *, char *const [], char *const []);
/third_party/musl/porting/liteos_m/user/include/
H A Dunistd.h109 int execve(const char *, char *const [], char *const []);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dunistd.h84 int execve(const char *, char *const [], char *const []);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dunistd.h89 int execve(const char *, char *const [], char *const []);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dunistd.h84 int execve(const char *, char *const [], char *const []);
/third_party/musl/include/
H A Dunistd.h127 int execve(const char *, char *const [], char *const []);
/third_party/skia/third_party/externals/angle2/util/posix/
H A Dtest_utils_posix.cpp538 ASSERT(-1 != execve(argv[0], newArgs.data(), newEnv.data())); in InitMetalFileAPIHooking()
/third_party/rust/crates/nix/test/
H A Dtest_unistd.rs405 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 Dif_config.cpp93 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 Dshmsg.c378 ret = execve(cmdName, paramArray, NULL); in ChildExec()
380 perror("execve"); in ChildExec()
/kernel/liteos_a/testsuites/unittest/tools/
H A Dunittest_tools.cpp136 ret = execve(param[0], param, nullptr); in RunCase()
/third_party/ltp/testcases/kernel/security/tomoyo/
H A Dtomoyo_new_test.c107 execve("/bin/true", argv, envp); in test_execute_bin_true()
/third_party/mksh/
H A Dos2.c395 /* 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 Dunistd.c265 {int(*p)(const char*,char*const[],char*const[]) = execve;} in f()
/third_party/python/Modules/
H A D_posixsubprocess.c491 * 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 Dstrace.c481 SC(execve, "spp"); in print_enter()
600 // TODO: real strace swallows the failed execve()s if it started the child in strace_main()

Completed in 23 milliseconds

1234