Searched refs:followlinks (Results 1 – 3 of 3) sorted by relevance
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | cachedpath.py | 120 def walk(self, top, topdown=True, onerror=None, followlinks=False): argument 146 if followlinks or not self.islink(new_path): 147 for x in self.walk(new_path, topdown, onerror, followlinks):
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | populate_sdk_base.bbclass | 278 …for dirPath,subDirEntries,fileEntries in os.walk(rootDir, followlinks=False, onerror=walk_error_ha…
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | ide_sdk.py | 704 for root, _, files in os.walk(self.d, followlinks=False):
|