Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oe/
H A Dcachedpath.py13 import stat as statmod namespace
64 if not statmod.S_ISLNK(lst.st_mode):
81 return statmod.S_ISREG(st.st_mode)
91 return statmod.S_ISDIR(st.st_mode)
98 return statmod.S_ISLNK(st.st_mode)