/third_party/ntfs-3g/libfuse-lite/ |
H A D | mount_util.c | 92 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/libfuse/lib/ |
H A D | mount_util.c | 120 execle("/bin/mount", "/bin/mount", "--no-canonicalize", "-i", in add_mount() 180 execle("/bin/umount", "/bin/umount", "-i", rel_mnt, in exec_umount() 183 execle("/bin/umount", "/bin/umount", "-i", rel_mnt, in exec_umount() 251 execle("/bin/umount", "/bin/umount", "--no-canonicalize", "-i", in remove_mount()
|
/third_party/musl/libc-test/src/regression/ |
H A D | execle-env.c | 2 // execle should pass env properly 12 execle("/bin/sh", "sh", "-c", in main() 16 t_error("execle failed: %s\n", strerror(errno)); in main()
|
/third_party/musl/src/process/ |
H A D | execle.c | 4 int execle(const char *path, const char *argv0, ...) in execle() function
|
/third_party/ltp/testcases/kernel/syscalls/execle/ |
H A D | execle01.c | 33 TEST(execle(path, "execle01_child", "canary", NULL, envp)); in verify_execle()
|
/third_party/musl/porting/liteos_a/user/include/ |
H A D | unistd.h | 111 int execle(const char *, const char *, ...);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | unistd.h | 86 int execle(const char *, const char *, ...);
|
/third_party/musl/porting/linux/user/include/ |
H A D | unistd.h | 92 int execle(const char *, const char *, ...);
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | unistd.h | 111 int execle(const char *, const char *, ...);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | unistd.h | 86 int execle(const char *, const char *, ...);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | unistd.h | 91 int execle(const char *, const char *, ...);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | unistd.h | 86 int execle(const char *, const char *, ...);
|
/third_party/musl/include/ |
H A D | unistd.h | 129 int execle(const char *, const char *, ...);
|
/third_party/musl/libc-test/src/api/ |
H A D | unistd.c | 262 {int(*p)(const char*,const char*,...) = execle;} in f()
|
/third_party/rust/crates/libc/src/windows/ |
H A D | mod.rs | 440 pub fn execle(path: *const c_char, arg0: *const c_char, ...) -> intptr_t; in execle() functions
|
/third_party/python/Lib/ |
H A D | os.py | 544 def execle(file, *args): function 545 """execle(file, *args, env) 585 __all__.extend(["execl","execle","execlp","execlpe","execvp","execvpe"])
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 878 pub fn execle(path: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int; in execle() functions
|
/third_party/ntfs-3g/src/ |
H A D | ntfs-3g.c | 4183 execle(cmd, cmd, "fuse", (char*)NULL, &env); in load_fuse_module()
|
H A D | lowntfs-3g.c | 4474 execle(cmd, cmd, "fuse", (char*)NULL, &env);
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 3591 pub fn execle(path: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int; in execle() functions
|