Home
last modified time | relevance | path

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

/linux/security/apparmor/include/
H A Dpath.h25 int aa_path_name(const struct path *path, int flags, char *buffer,
/linux/security/apparmor/
H A Dpath.c178 * 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 Ddomain.c678 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 Dfile.c157 error = aa_path_name(path, flags, buffer, name, &info, in path_name()