MOS Source Code
Loading...
Searching...
No Matches
execve.c File Reference
#include "mos/filesystem/vfs.h"
#include "mos/mm/cow.h"
#include "mos/platform/platform.h"
#include "mos/syslog/printk.h"
#include "mos/tasks/elf.h"
#include "mos/tasks/process.h"
#include "mos/tasks/signal.h"
#include "mos/tasks/task_types.h"
#include "mos/tasks/thread.h"
#include <mos/filesystem/fs_types.h>
#include <mos/types.h>
#include <mos_stdlib.h>
#include <mos_string.h>
+ Include dependency graph for execve.c:

Go to the source code of this file.

Functions

long process_do_execveat (process_t *process, fd_t dirfd, const char *path, const char *const argv[], const char *const envp[], int flags)
 

Function Documentation

◆ process_do_execveat()

long process_do_execveat ( process_t * process,
fd_t dirfd,
const char * path,
const char *const argv[],
const char *const envp[],
int flags )

Definition at line 18 of file execve.c.

Referenced by execveat().

+ Here is the call graph for this function: