Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dcachedpath.py11 import stat as statmod namespace
62 if not statmod.S_ISLNK(lst.st_mode):
79 return statmod.S_ISREG(st.st_mode)
89 return statmod.S_ISDIR(st.st_mode)
96 return statmod.S_ISLNK(st.st_mode)