Home
last modified time | relevance | path

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

/linux/security/landlock/
H A Ddomain.c83 const char *path_str = null_path; in get_current_details() local
88 buffer = get_current_exe(&path_str, &path_size); in get_current_details()
102 memcpy(details->exe_path, path_str, path_size); in get_current_details()
/linux/security/apparmor/
H A Dtask.c308 const char *path_str; in get_current_exe_path() local
316 if (aa_path_name(&p, FLAG_VIEW_SUBNS, buffer, &path_str, NULL, NULL)) in get_current_exe_path()
322 return path_str; in get_current_exe_path()