Searched refs:compat (Results 1 - 6 of 6) sorted by last modified time

/system/sepolicy/
H A DAndroid.mk383 LOCAL_SRC_FILES := private/compat/26.0/26.0.cil
1206 26.0_mapping.cil := $(LOCAL_PATH)/private/compat/26.0/26.0.cil
1207 26.0_mapping.ignore.cil := $(LOCAL_PATH)/private/compat/26.0/26.0.ignore.cil
/system/extras/tests/kernel.config/
H A Daslr_rec_test.cpp25 // running 32-bit userspace on 64-bit kernel, only compat used.
32 /* make sure the default compat entropy values matches what we expect */
34 if (compat || user32)
41 // running 32-bit userspace on 64-bit kernel, only compat used.
50 /* make sure we can't set compat entropy below a minimum threshold */
52 if (compat || user32) {
62 // running 32-bit userspace on 64-bit kernel, only compat used.
71 /* make sure we can't set compat entropy above a maximum threshold */
73 if (compat || user32) {
83 // running 32-bit userspace on 64-bit kernel, only compat use
[all...]
H A Daslr_test.cpp21 unsigned int get_mmap_rnd_bits(bool compat) { argument
24 if (compat)
38 bool set_mmap_rnd_bits(unsigned int new_val, bool compat) { argument
41 if (compat)
160 bool AslrMmapTest::compat = false, AslrMmapTest::user32 = false; member in class:AslrMmapTest
172 compat = true;
200 compat = true;
226 if (user32 || compat)
235 // running 32-bit userspace on 64-bit kernel, only compat used.
243 if (compat || user3
[all...]
H A Daslr_test.h48 static bool compat, user32; member in class:AslrMmapTest
57 unsigned int get_mmap_rnd_bits(bool compat);
63 bool set_mmap_rnd_bits(unsigned int new_val, bool compat);
/system/connectivity/wifilogd/
H A DAndroid.mk17 -Wno-c++98-compat -Wno-c++98-compat-pedantic -Wno-padded -Werror
/system/core/init/
H A Dinit.cpp373 static bool __attribute__((unused)) set_mmap_rnd_bits_min(int start, int min, bool compat) { argument
375 if (compat) {

Completed in 253 milliseconds