Searched refs:assume_dir (Results 1 – 4 of 4) 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): argument 160 if not have_dir and not assume_dir: 172 root, loop_cnt, assume_dir) 178 def __realpath(self, file, root, loop_cnt, assume_dir): argument 192 file = self.__realpath_rel(tdir, target, root, loop_cnt, assume_dir) 201 def realpath(self, file, root, use_physdir = True, loop_cnt = 100, assume_dir = False): argument 221 file = self.__realpath_rel(root, file[(len(root) - 1):], root, loop_cnt, assume_dir) 223 file = self.__realpath(file, root, loop_cnt, assume_dir)[0]
|
| H A D | path.py | 185 def __realpath_rel(start, rel_path, root, loop_cnt, assume_dir): argument 191 if not have_dir and not assume_dir: 203 root, loop_cnt, assume_dir) 209 def __realpath(file, root, loop_cnt, assume_dir): argument 223 file = __realpath_rel(tdir, target, root, loop_cnt, assume_dir) 232 def realpath(file, root, use_physdir = True, loop_cnt = 100, assume_dir = False): argument 252 file = __realpath_rel(root, file[(len(root) - 1):], root, loop_cnt, assume_dir) 254 file = __realpath(file, root, loop_cnt, assume_dir)[0]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/oelib/ |
| H A D | path.py | 62 def __realpath(self, file, use_physdir, assume_dir = True): argument 64 use_physdir, assume_dir = assume_dir)
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | package.bbclass | 1568 rtarget = cpath.realpath(path, inst_root, True, assume_dir = True)
|