Home
last modified time | relevance | path

Searched refs:SIGPWR (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp480 #if defined(SIGPWR) in OsConstants_initConstants()
481 initConstant(env, c, "SIGPWR", SIGPWR); in OsConstants_initConstants()
/libcore/luni/src/main/java/android/system/
DOsConstants.java440 public static final int SIGPWR = placeholder(); field in OsConstants