Home
last modified time | relevance | path

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

/AliOS-Things-master/components/libc_stub/compilers/armlibc/sys/
A Dstat.h13 #define S_IFDIR 0040000 macro
22 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
/AliOS-Things-master/components/libc_stub/compilers/iar/sys/
A Dstat.h13 #define S_IFDIR 0040000 macro
22 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
/AliOS-Things-master/components/amp_adapter/platform/aos/
A Daos_fs.c93 if (mode & S_IFDIR) { in aos_fs_type()
/AliOS-Things-master/components/ramfs/src/
A Dramfs_vfs.c247 st->st_mode |= S_IFDIR; in ramfs_vfs_stat()
290 st->st_mode |= S_IFDIR; in ramfs_vfs_fstat()
457 if (st.st_mode & S_IFDIR) { in ramfs_vfs_rmdir_r()
/AliOS-Things-master/components/py_engine/engine/mpy-cross/
A Dmpconfigport.h158 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
/AliOS-Things-master/components/amp_adapter/platform/linux/
A Daos_fs.c185 if (mode & S_IFDIR) { in aos_fs_type()
/AliOS-Things-master/components/fatfs/src/
A Dfatfs_vfs.c295 st->st_mode = S_IRWXU | S_IRWXG | S_IRWXO | S_IFDIR; in fatfs_vfs_stat()
302 ((info.fattrib & AM_DIR) ? S_IFDIR : S_IFREG); in fatfs_vfs_stat()
/AliOS-Things-master/components/cli/src/iobox/
A Dls.c65 case S_IFDIR: in ls_show()
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmain.c379 if(pst.st_mode & S_IFDIR){ in mp_import_stat()
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmain.c379 if(pst.st_mode & S_IFDIR){ in mp_import_stat()
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dminiunz.c210 return (stat_buf.st_mode & S_IFMT) == S_IFDIR; in direct_is_exist()
/AliOS-Things-master/components/littlefs/src/
A Dlittlefs_vfs.c980 ((s.type == LFS_TYPE_DIR) ? S_IFDIR : S_IFREG); in lfs_vfs_fstat()
1010 ((s.type == LFS_TYPE_DIR ? S_IFDIR : S_IFREG)); in lfs_vfs_stat()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/
A Dquickjs.texi641 @item S_IFDIR
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/libc/
A Dquickjs_libc.c3871 OS_FLAG(S_IFDIR),
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs-libc.c3526 OS_FLAG(S_IFDIR),

Completed in 56 milliseconds