Home
last modified time | relevance | path

Searched refs:SYS_execveat (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/src/process/
Dfexecve.c9 int r = __syscall(SYS_execveat, fd, "", argv, envp, AT_EMPTY_PATH); in fexecve()
/third_party/musl/porting/liteos_a/user/src/process/
Dfexecve.c11 int r = __syscall(SYS_execveat, fd, "", argv, envp, AT_EMPTY_PATH); in fexecve()
/third_party/musl/porting/liteos_m/user/include/bits/
Dsyscall.h768 #define SYS_execveat 387 macro