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.h57 inline int SelinuxGetVendorAndroidVersion() { in SelinuxGetVendorAndroidVersion() function
Dutil.cpp342 if (SelinuxGetVendorAndroidVersion() >= __ANDROID_API_R__) { in ExpandProps()
600 if (SelinuxGetVendorAndroidVersion() <= __ANDROID_API_Q__) { in ParseMountAll()
681 if (SelinuxGetVendorAndroidVersion() <= __ANDROID_API_Q__) { in ParseSwaponAll()
691 if (SelinuxGetVendorAndroidVersion() <= __ANDROID_API_Q__) { in ParseUmountAll()
Daction_parser.cpp84 if (SelinuxGetVendorAndroidVersion() >= __ANDROID_API_R__) { in ValidateEventTrigger()
Dservice_parser.cpp601 if (SelinuxGetVendorAndroidVersion() <= __ANDROID_API_P__) { in ParseSection()
606 if (SelinuxGetVendorAndroidVersion() <= __ANDROID_API_Q__) { in ParseSection()
641 if (SelinuxGetVendorAndroidVersion() >= __ANDROID_API_R__) { in EndSection()
Dsubcontext.cpp340 if (SelinuxGetVendorAndroidVersion() >= __ANDROID_API_P__) { in InitializeSubcontext()
Dproperty_service.cpp400 if (socket != nullptr && SelinuxGetVendorAndroidVersion() > __ANDROID_API_Q__) { in SendControlMessage()
651 if (SelinuxGetVendorAndroidVersion() >= __ANDROID_API_P__) { in LoadProperties()
1118 bool require_prefix_or_exact = SelinuxGetVendorAndroidVersion() >= __ANDROID_API_R__; in LoadPropertyInfoFromFile()
Dselinux.cpp597 int SelinuxGetVendorAndroidVersion() { in SelinuxGetVendorAndroidVersion() function
Dservice.cpp262 if (SelinuxGetVendorAndroidVersion() >= __ANDROID_API_R__) { in Reap()