OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getpeercon
(Results
1 - 7
of
7
) sorted by null
/external/libselinux/src/
getpeercon.c
14
int
getpeercon
(int fd, char ** context)
function
/external/qemu/distrib/libselinux/src/
getpeercon.c
14
int
getpeercon
(int fd, char ** context)
function
/frameworks/base/core/jni/
android_os_SELinux.cpp
81
* Function:
getPeerCon
88
static jstring
getPeerCon
(JNIEnv *env, jobject, jobject fileDescriptor) {
101
ALOGE("
getPeerCon
=> getFD for %p failed", fileDescriptor);
106
int ret =
getpeercon
(fd, &tmp);
114
ALOGV("
getPeerCon
(%d) => %s", fd, context.get());
433
{ "getPeerContext" , "(Ljava/io/FileDescriptor;)Ljava/lang/String;" , (void*)
getPeerCon
},
/external/libselinux/
Android.mk
12
src/
getpeercon
.c \
/external/libselinux/include/selinux/
selinux.h
102
extern int
getpeercon
(int fd, char ** con);
/external/qemu/distrib/libselinux/include/selinux/
selinux.h
102
extern int
getpeercon
(int fd, char ** con);
/system/core/init/
property_service.c
318
getpeercon
(s, &source_ctx);
Completed in 690 milliseconds