Home
last modified time | relevance | path

Searched refs:execle (Results 1 - 20 of 20) sorted by relevance

/third_party/ntfs-3g/libfuse-lite/
H A 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/libfuse/lib/
H A Dmount_util.c120 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 Dexecle-env.c2 // 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 Dexecle.c4 int execle(const char *path, const char *argv0, ...) in execle() function
/third_party/ltp/testcases/kernel/syscalls/execle/
H A Dexecle01.c33 TEST(execle(path, "execle01_child", "canary", NULL, envp)); in verify_execle()
/third_party/musl/porting/liteos_a/user/include/
H A Dunistd.h111 int execle(const char *, const char *, ...);
/third_party/musl/porting/uniproton/kernel/include/
H A Dunistd.h86 int execle(const char *, const char *, ...);
/third_party/musl/porting/linux/user/include/
H A Dunistd.h92 int execle(const char *, const char *, ...);
/third_party/musl/porting/liteos_m/user/include/
H A Dunistd.h111 int execle(const char *, const char *, ...);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dunistd.h86 int execle(const char *, const char *, ...);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dunistd.h91 int execle(const char *, const char *, ...);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dunistd.h86 int execle(const char *, const char *, ...);
/third_party/musl/include/
H A Dunistd.h129 int execle(const char *, const char *, ...);
/third_party/musl/libc-test/src/api/
H A Dunistd.c262 {int(*p)(const char*,const char*,...) = execle;} in f()
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs440 pub fn execle(path: *const c_char, arg0: *const c_char, ...) -> intptr_t; in execle() functions
/third_party/python/Lib/
H A Dos.py544 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 Dmod.rs878 pub fn execle(path: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int; in execle() functions
/third_party/ntfs-3g/src/
H A Dntfs-3g.c4183 execle(cmd, cmd, "fuse", (char*)NULL, &env); in load_fuse_module()
H A Dlowntfs-3g.c4474 execle(cmd, cmd, "fuse", (char*)NULL, &env);
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3591 pub fn execle(path: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int; in execle() functions

Completed in 40 milliseconds