Searched refs:__realpath_rel (Results 1 – 2 of 2) sorted by relevance
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | cachedpath.py | 156 def __realpath_rel(self, start, rel_path, root, loop_cnt, assume_dir): member in CachedPath 194 file = self.__realpath_rel(tdir, target, root, loop_cnt, assume_dir) 223 file = self.__realpath_rel(root, file[(len(root) - 1):], root, loop_cnt, assume_dir)
|
H A D | path.py | 191 def __realpath_rel(start, rel_path, root, loop_cnt, assume_dir): function 229 file = __realpath_rel(tdir, target, root, loop_cnt, assume_dir) 258 file = __realpath_rel(root, file[(len(root) - 1):], root, loop_cnt, assume_dir)
|