HomeSort by relevance Sort by last modified time
    Searched refs:ALLPERMS (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/StdLib/Include/sys/
stat.h 147 #define ALLPERMS (S_IRWXU|S_IRWXG|S_IRWXO) ///< 0777
  /bionic/libc/include/sys/
stat.h 138 #define ALLPERMS (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO) /* 07777 */
  /external/elfutils/src/
ranlib.c 278 || fchmod (newfd, st.st_mode & ALLPERMS) != 0
ar.c 813 || fchmod (newfd, st.st_mode & ALLPERMS) != 0
1062 if (fchmod (newfd, st.st_mode & ALLPERMS) != 0
    [all...]
elfcompress.c 548 fdnew = open (fnew, O_WRONLY | O_CREAT, st.st_mode & ALLPERMS);
    [all...]
  /external/elfutils/tests/
elfstrmerge.c 369 fdnew = open (fnew, O_WRONLY | O_CREAT, st.st_mode & ALLPERMS);
653 if (fchmod (fdnew, st.st_mode & ALLPERMS) != 0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
stat.h 202 # define ALLPERMS (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO)/* 07777 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
stat.h 202 # define ALLPERMS (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO)/* 07777 */

Completed in 136 milliseconds