HomeSort by relevance Sort by last modified time
    Searched refs:S_ISUID (Results 76 - 100 of 119) sorted by null

1 2 34 5

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
stat.h 25 #define S_ISUID 0004000
  /system/core/toolbox/upstream-netbsd/bin/cp/
utils.c 158 fs->st_mode & ~(S_ISUID | S_ISGID));
167 fs->st_mode & ~(S_ISUID | S_ISGID));
294 (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO)
296 && fs->st_mode & (S_ISUID | S_ISGID) && fs->st_uid == myuid) {
384 fs->st_mode &= S_ISUID | S_ISGID | S_IRWXU | S_IRWXG | S_IRWXO;
398 fs->st_mode &= ~(S_ISUID | S_ISGID);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
stat.py 63 S_ISUID = 04000
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
stat.py 63 S_ISUID = 04000
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
posix_platform_backend.py 95 return (os.stat(path).st_mode & stat.S_ISUID) == stat.S_ISUID
  /cts/tests/tests/permission/src/android/permission/cts/
FileUtils.java 38 public static final int S_ISUID = 0004000;
  /cts/tests/tests/security/src/android/security/cts/
BannedFilesTest.java 139 assertTrue("File \"" + file + "\" is setUID", (fs.mode & FileUtils.S_ISUID) == 0);
  /external/chromium_org/testing/
test_env.py 28 if ((sandbox_stat.st_mode & stat.S_ISUID) and
  /external/ltrace/
execute_program.c 74 if (statbuf.st_mode & S_ISUID) {
  /ndk/sources/host-tools/sed-4.2.1/lib/
set-mode-acl.c 49 non-permission bits of the destination file (S_ISUID, S_ISGID, S_ISVTX)
135 if (mode & (S_ISUID | S_ISGID | S_ISVTX))
243 if (mode & (S_ISUID | S_ISGID | S_ISVTX))
396 if (!MODE_INSIDE_ACL || (mode & (S_ISUID | S_ISGID | S_ISVTX)))
440 if (mode & (S_ISUID | S_ISGID | S_ISVTX))
sys_stat.in.h 213 #if !S_ISUID
214 # define S_ISUID 04000
copy-acl.c 36 (S_ISUID, S_ISGID, S_ISVTX) to those from MODE if any are set.
90 if (mode & (S_ISUID | S_ISGID | S_ISVTX))
387 && did_chmod <= ((mode & (S_ISUID | S_ISGID | S_ISVTX)) ? 1 : 0))
477 if (mode & (S_ISUID | S_ISGID | S_ISVTX))
514 S_ISUID, S_ISGID, S_ISVTX are also stored in the ACL. */
532 (S_ISUID, S_ISGID, S_ISVTX) to those from MODE if any are set.
  /bionic/libc/include/sys/
stat.h 142 #define ALLPERMS (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO) /* 07777 */
  /cts/libs/deviceutil/src/android/cts/util/
FileUtils.java 37 public static final int S_ISUID = 0004000;
  /development/ndk/platforms/android-L/include/sys/
stat.h 142 #define ALLPERMS (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO) /* 07777 */
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/sys/
stat.h 142 #define ALLPERMS (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO) /* 07777 */
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/sys/
stat.h 142 #define ALLPERMS (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO) /* 07777 */
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/sys/
stat.h 142 #define ALLPERMS (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO) /* 07777 */
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/sys/
stat.h 142 #define ALLPERMS (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO) /* 07777 */
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/sys/
stat.h 142 #define ALLPERMS (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO) /* 07777 */
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/sys/
stat.h 142 #define ALLPERMS (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO) /* 07777 */
  /system/extras/f2fs_utils/
f2fs_ioutils.c 73 #define S_ISUID 0004000
  /external/elfutils/0.153/libelf/
elf_update.c 132 /* POSIX says that ftruncate and write may clear the S_ISUID and S_ISGID
136 && unlikely (st.st_mode & (S_ISUID | S_ISGID))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
stat.h 164 #define S_ISUID __S_ISUID /* Set user ID on execution. */
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.11-4.8/sysroot/usr/include/sys/
stat.h 164 #define S_ISUID __S_ISUID /* Set user ID on execution. */
200 # define ALLPERMS (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO)/* 07777 */

Completed in 953 milliseconds

1 2 34 5