Home
last modified time | relevance | path

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

/AliOS-Things-master/components/libc_stub/compilers/armlibc/sys/
A Dstat.h41 #define S_IXOTH 00001 macro
/AliOS-Things-master/components/libc_stub/compilers/iar/sys/
A Dstat.h41 #define S_IXOTH 00001 macro
/AliOS-Things-master/components/ramfs/src/
A Dramfs_vfs.c236 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 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.c92 s.st_mode & S_IXOTH ? 'x' : '-', in ls_show()
/AliOS-Things-master/components/SDL2/
A Dlibtool5034 && (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 Dlibtool4123 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
4142 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
A Dltmain.sh3630 && (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 Dltmain.sh4595 && (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 Dltmain.sh4595 && (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 Dltmain.sh4595 && (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 Dltmain.sh5973 && (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 Dltmain.sh5973 && (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 Dltmain.sh5973 && (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