Lines Matching full:kern
63 * remove from path_component all directory left to {root}, {kern} or {anon}
69 if (*it == "{root}" || *it == "{kern}" || *it == "{anon}")
110 * {kern}/name/event_spec
114 * {root}/path/to/bin/{dep}/{kern}/name/event_spec
142 // or {kern} and we must found at least 2 component, remove_base_dir()
143 // return an empty path if {root} or {kern} are not found
165 // PP:3.19 {dep}/ must be followed by {kern}/, {root}/ or {anon}/
166 if (path[i] != "{kern}" && path[i] != "{root}" &&
174 // skip "{root}", "{kern}" or "{anon:.*}"
212 (path[i] != "{kern}" && path[i] != "{root}" &&
218 // skip "{root}", "{kern}" or "{anon}"