Home
last modified time | relevance | path

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

/linux/security/landlock/
H A Ddomain.c543 const char *path_str = null_path;
548 buffer = get_current_exe(&path_str, &path_size);
562 memcpy(details->exe_path, path_str, path_size);
83 const char *path_str = null_path; get_current_details() local
/linux/security/apparmor/
H A Dtask.c335 const char *path_str; in get_current_exe_path() local
343 if (aa_path_name(&p, FLAG_VIEW_SUBNS, buffer, &path_str, NULL, NULL)) in get_current_exe_path()
344 path_str = ERR_PTR(-ENOMEM); in get_current_exe_path()
349 return path_str; in get_current_exe_path()