Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oe/
H A Dcachedpath.py120 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 Dpopulate_sdk_base.bbclass278 …for dirPath,subDirEntries,fileEntries in os.walk(rootDir, followlinks=False, onerror=walk_error_ha…
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dide_sdk.py704 for root, _, files in os.walk(self.d, followlinks=False):