Searched defs:compat (Results 1 - 4 of 4) sorted by relevance

/system/extras/tests/kernel.config/
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);
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...]
/system/core/init/
H A Dsecurity.cpp127 static bool __attribute__((unused)) SetMmapRndBitsMin(int start, int min, bool compat) { argument
129 if (compat) {
/system/libvintf/
H A Dcheck_vintf.cpp175 {"check-compat", no_argument, &longOptFlag, CHECK_COMPAT},
217 << " that is required to be used by --check-compat." << std::endl
218 << " -c, --check-compat: check compatibility for files under the root" << std::endl
234 << " " << me << " --check-compat --rootdir=$ROOTDIR \\" << std::endl
290 int compat = checkAllFiles(rootdir, properties, &error); local
292 << (compat == COMPATIBLE
294 : compat == INCOMPATIBLE ? " are incompatible"

Completed in 3789 milliseconds