Searched refs:S_IXOTH (Results 1 – 14 of 14) sorted by relevance
/AliOS-Things-master/components/libc_stub/compilers/armlibc/sys/ |
A D | stat.h | 41 #define S_IXOTH 00001 macro
|
/AliOS-Things-master/components/libc_stub/compilers/iar/sys/ |
A D | stat.h | 41 #define S_IXOTH 00001 macro
|
/AliOS-Things-master/components/ramfs/src/ |
A D | ramfs_vfs.c | 236 st->st_mode = S_IXUSR | S_IXGRP | S_IXOTH; in ramfs_vfs_stat() 279 st->st_mode = S_IXUSR | S_IXGRP | S_IXOTH; in ramfs_vfs_fstat()
|
/AliOS-Things-master/components/oss/src/utils/ |
A D | FileSystemUtils.cc | 45 #define oss_mkdir(a) ::mkdir((a), S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH)
|
/AliOS-Things-master/components/cli/src/iobox/ |
A D | ls.c | 92 s.st_mode & S_IXOTH ? 'x' : '-', in ls_show()
|
/AliOS-Things-master/components/SDL2/ |
A D | libtool | 5034 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))) 5053 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | libtool | 4123 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))) 4142 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
|
A D | ltmain.sh | 3630 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))) 3649 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
|
/AliOS-Things-master/components/SDL2/build-scripts/ |
A D | ltmain.sh | 4595 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))) 4614 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | ltmain.sh | 4595 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))) 4614 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
|
/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | ltmain.sh | 4595 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))) 4614 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | ltmain.sh | 5973 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))) 5992 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | ltmain.sh | 5973 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))) 5992 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/config/ |
A D | ltmain.sh | 5973 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))) 5992 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
|
Completed in 125 milliseconds