HomeSort by relevance Sort by last modified time
    Searched full:getfilecon (Results 1 - 25 of 49) sorted by null

1 2

  /external/selinux/libselinux/man/man3/
fgetfilecon.3 1 .so man3/getfilecon.3
fgetfilecon_raw.3 1 .so man3/getfilecon.3
getfilecon_raw.3 1 .so man3/getfilecon.3
lgetfilecon.3 1 .so man3/getfilecon.3
lgetfilecon_raw.3 1 .so man3/getfilecon.3
getfilecon.3 1 .TH "getfilecon" "3" "1 January 2004" "russell@coker.com.au" "SELinux API documentation"
3 getfilecon, fgetfilecon, lgetfilecon \- get SELinux security context of a file
8 .BI "int getfilecon(const char *" path ", char **" con );
21 .BR getfilecon ()
27 .BR getfilecon (),
33 .BR getfilecon (),
  /external/selinux/libselinux/
exported.map 7 getfilecon;
exported_vendor.map 7 getfilecon;
Android.bp 62 "src/getfilecon.c",
129 "src/getfilecon.c",
152 "src/getfilecon.c",
  /test/vts-testcase/vndk/golden/28/binder32/arm/lib/vndk-28/
libselinux.so_symbol.dump 5 getfilecon
  /test/vts-testcase/vndk/golden/28/binder32/x86/lib/vndk-28/
libselinux.so_symbol.dump 5 getfilecon
  /test/vts-testcase/vndk/golden/28/binder64/arm/lib/vndk-28/
libselinux.so_symbol.dump 5 getfilecon
  /test/vts-testcase/vndk/golden/28/binder64/arm64/lib/vndk-28/
libselinux.so_symbol.dump 5 getfilecon
  /test/vts-testcase/vndk/golden/28/binder64/arm64/lib64/vndk-28/
libselinux.so_symbol.dump 5 getfilecon
  /test/vts-testcase/vndk/golden/28/binder64/x86/lib/vndk-28/
libselinux.so_symbol.dump 5 getfilecon
  /test/vts-testcase/vndk/golden/28/binder64/x86_64/lib/vndk-28/
libselinux.so_symbol.dump 5 getfilecon
  /test/vts-testcase/vndk/golden/28/binder64/x86_64/lib64/vndk-28/
libselinux.so_symbol.dump 5 getfilecon
  /external/selinux/libselinux/utils/
getfilecon.c 17 rc = getfilecon(argv[i], &buf);
19 fprintf(stderr, "%s: getfilecon(%s) failed\n", argv[0],
selinuxexeccon.c 22 int ret = getfilecon(command, &fcon);
  /external/selinux/libselinux/src/
getfilecon.c 54 int getfilecon(const char *path, char ** context)
73 hidden_def(getfilecon)
setexecfilecon.c 20 rc = getfilecon(filename, &fcon);
  /external/toybox/lib/
lsm.h 14 #define getfilecon(...) (-1) macro
103 else return getfilecon(filename, context);
  /cts/tests/tests/security/jni/
android_security_cts_SELinuxTest.cpp 49 int ret = getfilecon(path.c_str(), &tmp);
  /cts/tests/tests/selinux/common/jni/
android_security_SELinuxTargetSdkTest.cpp 49 int ret = getfilecon(path.c_str(), &tmp);
  /frameworks/base/core/jni/
android_os_SELinux.cpp 165 * Function: getFileCon
174 static jstring getFileCon(JNIEnv *env, jobject, jstring pathStr) {
185 int ret = getfilecon(path.c_str(), &tmp);
193 ALOGV("getFileCon(%s) => %s", path.c_str(), context.get());
327 { "getFileContext" , "(Ljava/lang/String;)Ljava/lang/String;" , (void*)getFileCon },

Completed in 227 milliseconds

1 2