Searched refs:is_pathname (Results 1 – 1 of 1) sorted by relevance
19646 bool is_pathname = false; in init_modules() local19648 for (unsigned ix = len; !is_pathname && ix--;) in init_modules()19649 is_pathname = IS_DIR_SEPARATOR (name[ix]); in init_modules()19650 if (is_system || is_user || is_pathname) in init_modules()19652 if (len <= (is_pathname ? 0 : 2) in init_modules()19653 || (!is_pathname && name[len-1] != (is_system ? '>' : '"'))) in init_modules()19659 name = canonicalize_header_name (is_pathname ? nullptr : reader, in init_modules()19660 0, is_pathname, name, len); in init_modules()