OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ALLPERMS
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/include/sys/
stat.h
118
#define
ALLPERMS
(S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO) /* 07777 */
/external/elfutils/src/
ranlib.c
290
|| fchmod (newfd, st.st_mode &
ALLPERMS
) != 0
ar.c
797
|| fchmod (newfd, st.st_mode &
ALLPERMS
) != 0
1046
if (fchmod (newfd, st.st_mode &
ALLPERMS
) != 0
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
stat.h
200
# define
ALLPERMS
(S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO)/* 07777 */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
stat.h
200
# define
ALLPERMS
(S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO)/* 07777 */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
stat.h
200
# define
ALLPERMS
(S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO)/* 07777 */
Completed in 2135 milliseconds