OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSELinuxEnabled
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/tests/coretests/src/android/os/
SELinuxTest.java
11
if(SELinux.
isSELinuxEnabled
() == false)
19
if(SELinux.
isSELinuxEnabled
() == false)
27
if(SELinux.
isSELinuxEnabled
() == false)
35
if(SELinux.
isSELinuxEnabled
() == false)
/frameworks/base/core/java/android/os/
SELinux.java
38
public static final native boolean
isSELinuxEnabled
();
/frameworks/base/core/jni/
android_os_SELinux.cpp
42
* Function:
isSELinuxEnabled
48
static jboolean
isSELinuxEnabled
(JNIEnv *env, jobject) {
436
{ "
isSELinuxEnabled
" , "()Z" , (void*)
isSELinuxEnabled
},
/packages/apps/Settings/src/com/android/settings/
DeviceInfoSettings.java
97
if (!SELinux.
isSELinuxEnabled
()) {
Completed in 31 milliseconds