Home
last modified time | relevance | path

Searched refs:__ANDROID_API_Q__ (Results 1 – 6 of 6) sorted by relevance

/aosp14/system/core/init/
H A Dhost_init_stubs.h30 #define __ANDROID_API_Q__ 29 macro
H A Dutil.cpp575 if (SelinuxGetVendorAndroidVersion() <= __ANDROID_API_Q__) { in ParseMountAll()
656 if (SelinuxGetVendorAndroidVersion() <= __ANDROID_API_Q__) { in ParseSwaponAll()
666 if (SelinuxGetVendorAndroidVersion() <= __ANDROID_API_Q__) { in ParseUmountAll()
H A Dservice_parser.cpp653 if (SelinuxGetVendorAndroidVersion() <= __ANDROID_API_Q__) { in ParseSection()
H A Dproperty_service.cpp448 if (socket != nullptr && SelinuxGetVendorAndroidVersion() > __ANDROID_API_Q__) { in SendControlMessage()
/aosp14/system/core/fs_mgr/tests/
H A Dvts_fs_test.cpp149 if (GetVsrLevel() < __ANDROID_API_Q__) { in TEST()
/aosp14/system/core/fs_mgr/
H A Dfs_mgr.cpp1222 (android::fscrypt::GetFirstApiLevel() <= __ANDROID_API_Q__ ? 1 : 2)); in UpdateCheckpointPartition()