Home
last modified time | relevance | path

Searched defs:getfilecon (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/selinux/libselinux/src/
H A Dgetfilecon.c53 int getfilecon(const char *path, char ** context) in getfilecon() function
/aosp_15_r20/out/soong/.intermediates/external/selinux/libselinux/libselinux/android_arm64_armv8-2a_cortex-a55_shared_current/gen/
Dstub.c6 void getfilecon() {} in getfilecon() function
/aosp_15_r20/external/toybox/lib/
H A Dlsm.h12 #define getfilecon(...) (-1) macro
/aosp_15_r20/packages/modules/Virtualization/android/virtmgr/src/
Dselinux.rs171 pub fn getfilecon<F: AsRawFd>(file: &F) -> Result<SeContext> { in getfilecon() function
/aosp_15_r20/out/soong/.intermediates/external/selinux/libselinux/libselinux_bindgen/android_arm64_armv8-2a_cortex-a55_source_apex10000/
Dbindings.rs94 pub fn getfilecon( in getfilecon() function
/aosp_15_r20/out/soong/.intermediates/external/selinux/libselinux/libselinux_bindgen/android_arm64_armv8-2a_cortex-a55_source/
Dbindings.rs94 pub fn getfilecon( in getfilecon() function
/aosp_15_r20/external/iproute2/misc/
H A Dss.c78 static int getfilecon(char *path, char **context) in getfilecon() function