HomeSort by relevance Sort by last modified time
    Searched full:setuid (Results 151 - 175 of 427) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/lib/
libc.so 
  /development/ndk/platforms/android-8/arch-arm/symbols/
libc.so.functions.txt 871 setuid
  /development/ndk/platforms/android-9/arch-arm/symbols/
libc.so.functions.txt 895 setuid
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorOutputElem.java 194 m_outputProperties.setUid(handler.nextUid());
  /external/chromium/net/ftp/
ftp_directory_listing_parser_ls.cc 27 // s or S - setuid/setgid bit set
  /external/chromium/net/socket/
tcp_client_socket_pool.cc 74 void TCPSocketParams::setUID(uid_t uid) {
  /external/chromium/net/url_request/
url_request_context.h 194 void setUID(uid_t uid);
  /external/dropbear/
install-sh 232 # and set any options; do chmod last to preserve setuid bits
  /external/elfutils/libdw/
Makefile.am 97 # not fly in a setuid executable that links in libdw.
  /external/icu4c/
install-sh 232 # and set any options; do chmod last to preserve setuid bits
  /external/jpeg/
install-sh 231 # and set any options; do chmod last to preserve setuid bits
  /external/liblzf/
install-sh 232 # and set any options; do chmod last to preserve setuid bits
  /external/libpcap/
install-sh 231 # and set any options; do chmod last to preserve setuid bits
  /external/libsepol/tests/policies/test-expander/
small-base.conf 365 setuid
  /external/mdnsresponder/mDNSPosix/
PosixDaemon.c 216 setuid(pw->pw_uid);
  /external/openssh/
install-sh 232 # and set any options; do chmod last to preserve setuid bits
  /external/qemu/distrib/jpeg-6b/
install-sh 231 # and set any options; do chmod last to preserve setuid bits
  /external/qemu-pc-bios/bochs/
install-sh 232 # and set any options; do chmod last to preserve setuid bits
  /external/quake/quake/src/WinQuake/docs/
README 90 You must run GLQuake as root or setuid root since it needs to access things
  /external/srtp/
install-sh 232 # and set any options; do chmod last to preserve setuid bits
  /external/tcpdump/
install-sh 231 # and set any options; do chmod last to preserve setuid bits
  /frameworks/av/include/media/
MediaPlayerInterface.h 120 virtual status_t setUID(uid_t uid) {
  /frameworks/base/core/java/android/os/
Process.java 551 * @param uid a POSIX uid that the new process should setuid() to
574 // --runtime-init, --setuid=, --setgid=,
577 argsForZygote.add("--setuid=" + uid);
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
ZygoteConnection.java 276 * <li> --setuid=<i>uid of child process, defaults to 0</i>
305 /** from --setuid */
370 * (such as "--setuid=" and "--setgid=") and creates an array
386 } else if (arg.startsWith("--setuid=")) {
    [all...]
  /libcore/luni/src/main/java/libcore/io/
Os.java 119 public void setuid(int uid) throws ErrnoException; method in interface:Os

Completed in 649 milliseconds

1 2 3 4 5 67 8 91011>>