Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dcachedpath.py118 def walk(self, top, topdown=True, onerror=None, followlinks=False): argument
144 if followlinks or not self.islink(new_path):
145 for x in self.walk(new_path, topdown, onerror, followlinks):
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dpopulate_sdk_base.bbclass254 …for dirPath,subDirEntries,fileEntries in os.walk(rootDir, followlinks=False, onerror=walk_error_ha…