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

1 23

  /bionic/libc/bionic/
sysconf.cpp 220 case _SC_XOPEN_XCU_VERSION: return _XOPEN_XCU_VERSION;
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 477 public static final int _SC_XOPEN_XCU_VERSION = placeholder();
    [all...]
  /libcore/luni/src/main/native/
libcore_io_OsConstants.cpp 541 initConstant(env, c, "_SC_XOPEN_XCU_VERSION", _SC_XOPEN_XCU_VERSION);

Completed in 112 milliseconds

1 23