Home
last modified time | relevance | path

Searched refs:assume_dir (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oe/
H A Dcachedpath.py160 def __realpath_rel(self, start, rel_path, root, loop_cnt, assume_dir): argument
166 if not have_dir and not assume_dir:
178 root, loop_cnt, assume_dir)
184 def __realpath(self, file, root, loop_cnt, assume_dir): argument
198 file = self.__realpath_rel(tdir, target, root, loop_cnt, assume_dir)
207 def realpath(self, file, root, use_physdir = True, loop_cnt = 100, assume_dir = False): argument
227 file = self.__realpath_rel(root, file[(len(root) - 1):], root, loop_cnt, assume_dir)
229 file = self.__realpath(file, root, loop_cnt, assume_dir)[0]
H A Dpath.py191 def __realpath_rel(start, rel_path, root, loop_cnt, assume_dir): argument
197 if not have_dir and not assume_dir:
209 root, loop_cnt, assume_dir)
215 def __realpath(file, root, loop_cnt, assume_dir): argument
229 file = __realpath_rel(tdir, target, root, loop_cnt, assume_dir)
238 def realpath(file, root, use_physdir = True, loop_cnt = 100, assume_dir = False): argument
258 file = __realpath_rel(root, file[(len(root) - 1):], root, loop_cnt, assume_dir)
260 file = __realpath(file, root, loop_cnt, assume_dir)[0]
H A Dpackage.py1498 rtarget = cpath.realpath(path, inst_root, True, assume_dir = True)
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/
H A Dpath.py64 def __realpath(self, file, use_physdir, assume_dir = True): argument
66 use_physdir, assume_dir = assume_dir)