Home
last modified time | relevance | path

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

/security/tomoyo/
Dutil.c946 struct file *exe_file; in tomoyo_get_exe() local
952 exe_file = get_mm_exe_file(mm); in tomoyo_get_exe()
953 if (!exe_file) in tomoyo_get_exe()
956 cp = tomoyo_realpath_from_path(&exe_file->f_path); in tomoyo_get_exe()
957 fput(exe_file); in tomoyo_get_exe()