Home
last modified time | relevance | path

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

/AliOS-Things-master/components/libc_stub/compilers/armlibc/sys/
A Dstat.h39 #define S_IROTH 00004 macro
/AliOS-Things-master/components/libc_stub/compilers/iar/sys/
A Dstat.h39 #define S_IROTH 00004 macro
/AliOS-Things-master/components/ramfs/src/
A Dramfs_vfs.c239 st->st_mode |= S_IRUSR | S_IRGRP | S_IROTH; in ramfs_vfs_stat()
282 st->st_mode |= S_IRUSR | S_IRGRP | S_IROTH; in ramfs_vfs_fstat()
/AliOS-Things-master/components/oss/src/utils/
A DFileSystemUtils.cc45 #define oss_mkdir(a) ::mkdir((a), S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH)
/AliOS-Things-master/components/cli/src/iobox/
A Dls.c90 s.st_mode & S_IROTH ? 'r' : '-', in ls_show()

Completed in 10 milliseconds