Searched refs:getFileContext (Results 1 – 2 of 2) sorted by relevance
86 public static final native String getFileContext(String path); in getFileContext() method in SELinux100 public static final native String getFileContext(FileDescriptor fd); in getFileContext() method in SELinux
127 final String tcon = SELinux.getFileContext(file.getAbsolutePath()); in onOpenFile()