Searched refs:exe_file (Results 1 – 5 of 5) sorted by relevance
173 char *exe_file; /* process file path */ member
451 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()
3504 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()
1062 lwp->exe_file = dfs_normalize_path(NULL, filename); /* malloc */ in lwp_load()
341 len = rt_snprintf(buf, len, "%s", lwp ? lwp->exe_file : "null"); in proc_pid_exe_readlink()
Completed in 32 milliseconds