Searched refs:PATH_IS_DIR (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/apparmor/include/
H A Dpath.h20 PATH_IS_DIR = 0x1, /* path is a directory */ enumerator in enum:path_flags
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/apparmor/
H A Dpath.c156 int adjust = (flags & PATH_IS_DIR) ? 1 : 0;
159 if (!error && (flags & PATH_IS_DIR) && (*name)[1] != '\0')
181 * We need PATH_IS_DIR to indicate whether the file is a directory or not
H A Dfile.c276 flags |= profile->path_flags | (S_ISDIR(cond->mode) ? PATH_IS_DIR : 0);

Completed in 93 milliseconds