OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_SC_2_SW_DEV
(Results
51 - 53
of
53
) sorted by null
1
2
3
/bionic/libc/bionic/
sysconf.cpp
192
case
_SC_2_SW_DEV
: return SYSTEM_2_SW_DEV;
/libcore/luni/src/main/java/libcore/io/
OsConstants.java
395
public static final int
_SC_2_SW_DEV
= placeholder();
[
all
...]
/libcore/luni/src/main/native/
libcore_io_OsConstants.cpp
455
initConstant(env, c, "
_SC_2_SW_DEV
",
_SC_2_SW_DEV
);
Completed in 1149 milliseconds
1
2
3