Home
last modified time | relevance | path

Searched defs:S_ISDIR (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/libc_stub/compilers/armlibc/sys/
A Dstat.h22 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/AliOS-Things-master/components/libc_stub/compilers/iar/sys/
A Dstat.h22 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/AliOS-Things-master/components/py_engine/engine/mpy-cross/
A Dmpconfigport.h158 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro

Completed in 4 milliseconds