Home
last modified time | relevance | path

Searched defs:restorecon (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
DSELinux.java139 public static boolean restorecon(String pathname) throws NullPointerException { in restorecon() method in SELinux
167 public static boolean restorecon(File file) throws NullPointerException { in restorecon() method in SELinux
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp562 auto restorecon = [path, seInfo, uid]() { in restorecon_app_data_lazy() local