Home
last modified time | relevance | path

Searched refs:execle (Results 1 – 24 of 24) sorted by relevance

/third_party/ntfs-3g/libfuse-lite/
Dmount_util.c92 execle("/sbin/mount", "/sbin/mount", "-F", type, "-o", opts, in fuse_mnt_add_mount()
129 execle("/sbin/umount", "/sbin/umount", mnt, in fuse_mnt_umount()
132 execle("/sbin/umount", "/sbin/umount", "-f", mnt, in fuse_mnt_umount()
338 execle("/bin/mount", "/bin/mount", "-i", "-f", "-t", type, "-o", opts, in fuse_mnt_add_mount()
372 execle("/bin/umount", "/bin/umount", "-i", mnt, "-l", in fuse_mnt_umount()
375 execle("/bin/umount", "/bin/umount", "-i", mnt, in fuse_mnt_umount()
/third_party/musl/libc-test/src/regression/
Dexecle-env.c12 execle("/bin/sh", "sh", "-c", in main()
Dtest_src_regression.gni7 "execle-env",
/third_party/ltp/testcases/kernel/syscalls/execle/
Dexecle01.c33 TEST(execle(path, "execle01_child", "canary", NULL, envp)); in verify_execle()
/third_party/musl/src/process/
Dexecle.c4 int execle(const char *path, const char *argv0, ...) in execle() function
/third_party/musl/porting/uniproton/kernel/include/
Dunistd.h83 int execle(const char *, const char *, ...);
/third_party/musl/porting/liteos_m/user/include/
Dunistd.h111 int execle(const char *, const char *, ...);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dunistd.h83 int execle(const char *, const char *, ...);
/third_party/musl/porting/liteos_a/kernel/include/
Dunistd.h86 int execle(const char *, const char *, ...);
/third_party/musl/porting/liteos_a/user/include/
Dunistd.h111 int execle(const char *, const char *, ...);
/third_party/musl/porting/linux/user/include/
Dunistd.h87 int execle(const char *, const char *, ...);
/third_party/musl/ndk_musl_include/
Dunistd.h86 int execle(const char *, const char *, ...);
/third_party/musl/porting/liteos_m/kernel/include/
Dunistd.h83 int execle(const char *, const char *, ...);
/third_party/musl/include/
Dunistd.h87 int execle(const char *, const char *, ...);
/third_party/musl/libc-test/src/api/
Dunistd.c262 {int(*p)(const char*,const char*,...) = execle;} in f()
/third_party/python/Lib/
Dos.py544 def execle(file, *args): function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def622 /// int execle(const char *file, const char *arg, ..., char * const envp[]);
623 TLI_DEFINE_ENUM_INTERNAL(execle)
624 TLI_DEFINE_STRING_INTERNAL("execle")
/third_party/musl/
Dlibc.map.txt589 execle;
Dmusl_src.gni943 "src/process/execle.c",
DWHATSNEW1109 - execle ignoring the environment argument
/third_party/ntfs-3g/src/
Dntfs-3g.c4182 execle(cmd, cmd, "fuse", (char*)NULL, &env); in load_fuse_module()
Dlowntfs-3g.c4474 execle(cmd, cmd, "fuse", (char*)NULL, &env);
/third_party/python/Doc/library/
Dos.rst3576 execle(path, arg0, arg1, ..., env)
3609 the :envvar:`PATH` variable. The other variants, :func:`execl`, :func:`execle`,
3614 For :func:`execle`, :func:`execlpe`, :func:`execve`, and :func:`execvpe` (note
/third_party/python/Misc/
DHISTORY33305 functions execl(), execle(), execlp() and execvp().