Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oe/
H A Dcachedpath.py153 def __is_path_below(self, file, root): member in CachedPath
176 assert(self.__is_path_below(start, root))
190 assert(self.__is_path_below(tdir, root))
218 if not self.__is_path_below(file, root):
H A Dpath.py188 def __is_path_below(file, root): function
211 assert(__is_path_below(start, root))
225 assert(__is_path_below(tdir, root))
253 if not __is_path_below(file, root):