OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getcon
(Results
1 - 10
of
10
) sorted by null
/external/libselinux/src/
enabled.c
25
* enabled. If
getcon
fails, selinux is still enabled.
28
if (
getcon
(&con) == 0) {
52
* selinux enabled. If
getcon
fails, selinux is still
54
if (
getcon
(&con) == 0) {
selinux_internal.h
34
hidden_proto(
getcon
)
procattr.c
146
hidden_def(
getcon
)
android.c
553
rc =
getcon
(&ctx_str);
/ndk/sources/host-tools/sed-4.2.1/lib/
se-selinux.in.h
11
static inline int
getcon
(security_context_t *con _UNUSED_PARAMETER_)
function
/system/core/toolbox/
id.c
51
if (
getcon
(&secctx) == 0) {
/external/libselinux/include/selinux/
selinux.h
28
extern int
getcon
(security_context_t * con);
/external/openssh/openbsd-compat/
port-linux.c
189
if (
getcon
((security_context_t *)&oldctx) < 0) {
190
logit("%s:
getcon
failed with %s", __func__, strerror(errno));
/frameworks/base/core/jni/
android_os_SELinux.cpp
215
* Function:
getCon
222
static jstring
getCon
(JNIEnv *env, jobject) {
228
int ret =
getcon
(&tmp);
236
ALOGV("
getCon
() => %s", context.get());
431
{ "getContext" , "()Ljava/lang/String;" , (void*)
getCon
},
/system/core/init/
init.c
210
rc =
getcon
(&mycon);
Completed in 47 milliseconds