Home
last modified time | relevance | path

Searched refs:__ANDROID_API_T__ (Results 1 – 5 of 5) sorted by relevance

/aosp14/system/core/fs_mgr/libsnapshot/
H A Dvts_ota_config_test.cpp25 …droid::base::GetBoolProperty("ro.build.ab_update", false) && (GetVsrLevel() < __ANDROID_API_T__)) { in TEST()
29 if (GetVsrLevel() < __ANDROID_API_T__) { in TEST()
/aosp14/system/core/fs_mgr/tests/
H A Dvts_fs_test.cpp53 if (GetVsrLevel() < __ANDROID_API_T__) { in TEST()
78 if (vsr_level < __ANDROID_API_T__) { in TEST()
158 if (GetVsrLevel() < __ANDROID_API_T__) { in TEST()
/aosp14/system/core/init/
H A Dhost_init_stubs.h33 #define __ANDROID_API_T__ 33 macro
H A Dueventd.cpp313 if (android::base::GetIntProperty("ro.product.first_api_level", 10000) < __ANDROID_API_T__) { in GetConfiguration()
/aosp14/system/core/fs_mgr/
H A Dfs_mgr_overlayfs.cpp120 android::base::GetIntProperty("ro.vendor.api_level", -1) < __ANDROID_API_T__) { in OverlayMountPoints()