HomeSort by relevance Sort by last modified time
    Searched full:suid (Results 26 - 50 of 364) sorted by null

12 3 4 5 6 7 8 91011>>

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestResultsReport.java 52 * <test title="SUID File Scanner" class-name="com.android.cts.verifier.suid.SuidFilesActivity" result="not-executed" />
  /external/chromium_org/content/zygote/
zygote_linux.h 54 // Returns true if the SUID sandbox is active.
78 // This is equivalent to fork(), except that, when using the SUID sandbox, it
  /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
  /hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/
mcContainer.h 163 mcSuid_t suid; member in struct:__anon22158
173 mcSuid_t suid; member in struct:__anon22159
  /external/chromium_org/sandbox/linux/services/
credentials.cc 97 uid_t ruid, euid, suid; local
99 PCHECK(getresuid(&ruid, &euid, &suid) == 0);
101 const bool uids_are_equal = (ruid == euid) && (ruid == suid);
  /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)
273 // Compute the SUID
402 * a java.lang.Class for which to compute the SUID
405 * @return the value of SUID of this class
411 * really need to compute SUID using SHAOutputStream
429 throw new RuntimeException("Error fetching SUID: " + iae);
598 throw new RuntimeException(e + " computing SHA-1/SUID");
    [all...]
  /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/mksh/src/
sh_flags.opt 115 /* -p privileged shell (suid) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.6/sysroot/usr/include/
mntent.h 46 #define MNTOPT_SUID "suid" /* Set uid allowed. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
statvfs.h 84 ST_NOSUID = 2 /* Ignore suid and sgid bits. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
mntent.h 46 #define MNTOPT_SUID "suid" /* Set uid allowed. */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
mount.h 40 #define MS_NOSUID 2 /* Ignore suid and sgid bits */
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
mount.h 40 #define MS_NOSUID 2 /* Ignore suid and sgid bits */
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
mount.h 40 #define MS_NOSUID 2 /* Ignore suid and sgid bits */
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
mount.h 40 #define MS_NOSUID 2 /* Ignore suid and sgid bits */
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
mount.h 40 #define MS_NOSUID 2 /* Ignore suid and sgid bits */
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
mount.h 40 #define MS_NOSUID 2 /* Ignore suid and sgid bits */
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
mount.h 40 #define MS_NOSUID 2 /* Ignore suid and sgid bits */
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
mount.h 40 #define MS_NOSUID 2 /* Ignore suid and sgid bits */
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
mount.h 40 #define MS_NOSUID 2 /* Ignore suid and sgid bits */
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
mount.h 40 #define MS_NOSUID 2 /* Ignore suid and sgid bits */
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
mount.h 40 #define MS_NOSUID 2 /* Ignore suid and sgid bits */

Completed in 2765 milliseconds

12 3 4 5 6 7 8 91011>>