Home
last modified time | relevance | path

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

/linux-3.4.99/security/tomoyo/
Dutil.c666 ptr->const_len = tomoyo_const_part_length(name); in tomoyo_fill_path_info()
668 ptr->is_patterned = (ptr->const_len < len); in tomoyo_fill_path_info()
925 const int len = pattern->const_len; in tomoyo_path_matches_pattern()
Dcommon.h503 u16 const_len; /* = tomoyo_const_part_length(name) */ member