Searched refs:seflags (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/cmds/installd/ |
D | InstalldNativeService.cpp | 3431 unsigned int seflags = SELINUX_ANDROID_RESTORECON_RECURSE; in restoreconAppDataLocked() local 3439 if (selinux_android_restorecon_pkgdir(path.c_str(), seinfo, uid, seflags) < 0) { in restoreconAppDataLocked() 3445 if (selinux_android_restorecon_pkgdir(path.c_str(), seinfo, uid, seflags) < 0) { in restoreconAppDataLocked() 3463 unsigned int seflags = SELINUX_ANDROID_RESTORECON_RECURSE; in restoreconSdkDataLocked() local 3481 const auto subDirHandler = [&packagePath, &seinfo, &uid, &seflags, in restoreconSdkDataLocked() 3484 if (selinux_android_restorecon_pkgdir(fullpath.c_str(), seinfo, uid, seflags) < 0) { in restoreconSdkDataLocked()
|