HomeSort by relevance Sort by last modified time
    Searched refs:_SC_SAVED_IDS (Results 51 - 55 of 55) sorted by null

1 23

  /bionic/libc/bionic/
sysconf.cpp 199 case _SC_SAVED_IDS: return _POSIX_SAVED_IDS;
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 441 public static final int _SC_SAVED_IDS = placeholder();
    [all...]
  /external/strace/
system.c 678 #ifdef _SC_SAVED_IDS
679 { _SC_SAVED_IDS, "_SC_SAVED_IDS" }, /* do we have saved uid/gids */
    [all...]
  /libcore/luni/src/main/native/
libcore_io_OsConstants.cpp 505 initConstant(env, c, "_SC_SAVED_IDS", _SC_SAVED_IDS);
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 28 milliseconds

1 23