Searched refs:aa_path_name (Results 1 – 4 of 4) sorted by relevance
/linux/security/apparmor/include/ |
H A D | path.h | 25 int aa_path_name(const struct path *path, int flags, char *buffer,
|
/linux/security/apparmor/ |
H A D | path.c | 178 * aa_path_name - get the pathname to a buffer ensure dir / is appended 197 int aa_path_name(const struct path *path, int flags, char *buffer, in aa_path_name() function
|
H A D | domain.c | 678 error = aa_path_name(&bprm->file->f_path, profile->path_flags, buffer, in profile_transition() 819 error = aa_path_name(&bprm->file->f_path, profile->path_flags, buffer, in profile_onexec()
|
H A D | file.c | 157 error = aa_path_name(path, flags, buffer, name, &info, in path_name()
|