Home
last modified time | relevance | path

Searched refs:exe_file (Results 1 – 5 of 5) sorted by relevance

/components/lwp/
A Dlwp.h173 char *exe_file; /* process file path */ member
A Dlwp_pid.c451 new_lwp->exe_file = RT_NULL; in lwp_create()
521 rt_free(lwp->exe_file); in lwp_free()
816 process_name = strrchr(lwp->exe_file, '/'); in lwp_name2pid()
A Dlwp_syscall.c3504 if (src->exe_file) in lwp_struct_copy()
3506 if (dst->exe_file) in lwp_struct_copy()
3508 rt_free(dst->exe_file); in lwp_struct_copy()
3510 dst->exe_file = strndup(src->exe_file, DFS_PATH_MAX); in lwp_struct_copy()
3903 rt_free(lwp->exe_file); in sys_execve()
3904 lwp->exe_file = strndup(new_lwp->exe_file, DFS_PATH_MAX); in sys_execve()
A Dlwp_elf.c1062 lwp->exe_file = dfs_normalize_path(NULL, filename); /* malloc */ in lwp_load()
/components/dfs/dfs_v2/filesystems/procfs/
A Dproc_pid.c341 len = rt_snprintf(buf, len, "%s", lwp ? lwp->exe_file : "null"); in proc_pid_exe_readlink()

Completed in 32 milliseconds