Home
last modified time | relevance | path

Searched refs:is_dir (Results 1 – 3 of 3) sorted by relevance

/security/tomoyo/
Dutil.c661 ptr->is_dir = len && (name[len - 1] == '/'); in tomoyo_fill_path_info()
926 if (filename->is_dir != pattern->is_dir) in tomoyo_path_matches_pattern()
Dcommon.h508 bool is_dir; /* = tomoyo_strendswith(name, "/") */ member
Dfile.c132 if (buf->is_dir) in tomoyo_add_slash()