HomeSort by relevance Sort by last modified time
    Searched full:suid (Results 1 - 25 of 140) sorted by null

1 2 3 4 5 6

  /bionic/libc/unistd/
setresuid.c 31 extern int __setresuid(uid_t ruid, uid_t euid, uid_t suid);
33 int setresuid(uid_t ruid, uid_t euid, uid_t suid)
36 return __setresuid(ruid, euid, suid);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/suid/
SuidFilesActivity.java 17 package com.android.cts.verifier.suid;
47 /** {@link Activity} that tries to find suid files. */
52 /** These programs are expected suid binaries. */
113 // Start searching for suid files using a background thread.
144 Log.e("Suid", "onDestroy");
151 /** {@link ListView} items display the basenames of the suid files. */
170 /** {@link AsyncTask} that searches the file system for suid files. */
  /libcore/luni/src/main/java/java/io/
ObjectStreamClass.java 41 * and SUID of the class as well as field names and types. Information inherited
50 // No need to compute the SUID for ObjectStreamClass, just use the value
54 // Name of the field that contains the SUID value (if present)
253 // Compute the SUID
382 * a java.lang.Class for which to compute the SUID
385 * @return the value of SUID of this class
391 * really need to compute SUID using SHAOutputStream
409 throw new RuntimeException("Error fetching SUID: " + iae);
580 throw new RuntimeException(e + " computing SHA-1/SUID");
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestResultsReport.java 50 * <test title="SUID File Scanner" class-name="com.android.cts.verifier.suid.SuidFilesActivity" result="not-executed" />
  /external/oprofile/libpp/
locate_images.cpp 24 int extra_images::suid; member in class:extra_images
28 uid(++suid)
locate_images.h 104 static int suid; member in class:extra_images
  /bionic/libc/include/sys/
mount.h 40 #define MS_NOSUID 2 /* Ignore suid and sgid bits */
  /development/ndk/platforms/android-3/include/sys/
mount.h 40 #define MS_NOSUID 2 /* Ignore suid and sgid bits */
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
SQLExceptionTest.java 37 * SUID test
46 assertEquals("SUID mismatch: ", theFixedSUID, theSUID);
48 System.out.println("SUID check got exception: " + e.getMessage());
49 // assertTrue("Exception while testing SUID ", false );
  /external/kernel-headers/original/linux/
ptrace.h 63 #define PT_PTRACE_CAP 0x00000008 /* ptracer can follow suid-exec */
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/sys/
mount.h 40 #define MS_NOSUID 2 /* Ignore suid and sgid bits */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
statvfs.h 84 ST_NOSUID = 2 /* Ignore suid and sgid bits. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
mntent.h 46 #define MNTOPT_SUID "suid" /* Set uid allowed. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
statvfs.h 84 ST_NOSUID = 2 /* Ignore suid and sgid bits. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
mntent.h 46 #define MNTOPT_SUID "suid" /* Set uid allowed. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
statvfs.h 84 ST_NOSUID = 2 /* Ignore suid and sgid bits. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
mntent.h 46 #define MNTOPT_SUID "suid" /* Set uid allowed. */
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/sys/
mount.h 40 #define MS_NOSUID 2 /* Ignore suid and sgid bits */
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
mount.h 40 #define MS_NOSUID 2 /* Ignore suid and sgid bits */
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
mount.h 40 #define MS_NOSUID 2 /* Ignore suid and sgid bits */
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
mount.h 40 #define MS_NOSUID 2 /* Ignore suid and sgid bits */
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
mount.h 40 #define MS_NOSUID 2 /* Ignore suid and sgid bits */
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
mount.h 40 #define MS_NOSUID 2 /* Ignore suid and sgid bits */
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
mount.h 40 #define MS_NOSUID 2 /* Ignore suid and sgid bits */
  /prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/
mount.h 40 #define MS_NOSUID 2 /* Ignore suid and sgid bits */

Completed in 1096 milliseconds

1 2 3 4 5 6