Searched refs:followlinks (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | cachedpath.py | 118 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 D | populate_sdk_base.bbclass | 254 …for dirPath,subDirEntries,fileEntries in os.walk(rootDir, followlinks=False, onerror=walk_error_ha…
|