Home
last modified time | relevance | path

Searched refs:SelinuxGetVendorAndroidVersion (Results 1 – 9 of 9) sorted by relevance

/system/core/init/
Dselinux.h35 int SelinuxGetVendorAndroidVersion();
Dhost_init_stubs.h56 inline int SelinuxGetVendorAndroidVersion() { in SelinuxGetVendorAndroidVersion() function
Dutil.cpp329 if (SelinuxGetVendorAndroidVersion() >= __ANDROID_API_R__) { in ExpandProps()
578 if (SelinuxGetVendorAndroidVersion() <= __ANDROID_API_Q__) { in ParseMountAll()
659 if (SelinuxGetVendorAndroidVersion() <= __ANDROID_API_Q__) { in ParseSwaponAll()
669 if (SelinuxGetVendorAndroidVersion() <= __ANDROID_API_Q__) { in ParseUmountAll()
Daction_parser.cpp84 if (SelinuxGetVendorAndroidVersion() >= __ANDROID_API_R__) { in ValidateEventTrigger()
Dservice_parser.cpp568 if (SelinuxGetVendorAndroidVersion() <= __ANDROID_API_P__) { in ParseSection()
573 if (SelinuxGetVendorAndroidVersion() <= __ANDROID_API_Q__) { in ParseSection()
608 if (SelinuxGetVendorAndroidVersion() >= __ANDROID_API_R__) { in EndSection()
Dsubcontext.cpp333 if (SelinuxGetVendorAndroidVersion() >= __ANDROID_API_P__) { in InitializeSubcontext()
Dproperty_service.cpp392 if (socket != nullptr && SelinuxGetVendorAndroidVersion() > __ANDROID_API_Q__) { in SendControlMessage()
643 if (SelinuxGetVendorAndroidVersion() >= __ANDROID_API_P__) { in LoadProperties()
979 bool require_prefix_or_exact = SelinuxGetVendorAndroidVersion() >= __ANDROID_API_R__; in LoadPropertyInfoFromFile()
Dselinux.cpp579 int SelinuxGetVendorAndroidVersion() { in SelinuxGetVendorAndroidVersion() function
Dservice.cpp265 if (SelinuxGetVendorAndroidVersion() >= __ANDROID_API_R__) { in Reap()