Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/os/
H A 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
/aosp12/system/incremental_delivery/incfs/
H A Dincfs.cpp514 static constexpr auto restorecon = [](const char* name) { in restoreconControlFiles() local