Searched refs:__realpath_rel (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | cachedpath.py | 154 def __realpath_rel(self, start, rel_path, root, loop_cnt, assume_dir): member in CachedPath 192 file = self.__realpath_rel(tdir, target, root, loop_cnt, assume_dir) 221 file = self.__realpath_rel(root, file[(len(root) - 1):], root, loop_cnt, assume_dir)
|
| H A D | path.py | 185 def __realpath_rel(start, rel_path, root, loop_cnt, assume_dir): function 223 file = __realpath_rel(tdir, target, root, loop_cnt, assume_dir) 252 file = __realpath_rel(root, file[(len(root) - 1):], root, loop_cnt, assume_dir)
|