Home
last modified time | relevance | path

Searched refs:F_SEAL_FUTURE_WRITE (Results 1 – 3 of 3) sorted by relevance

/art/libartbase/base/
Dmemfd.h52 #ifndef F_SEAL_FUTURE_WRITE
53 # define F_SEAL_FUTURE_WRITE 0x0010 macro
Dmemfd.cc110 if (fcntl(fd, F_ADD_SEALS, F_SEAL_FUTURE_WRITE) == -1) { in IsSealFutureWriteSupportedInternal()
/art/runtime/jit/
Djit_memory_region.cc547 if (fcntl(fd, F_ADD_SEALS, F_SEAL_SHRINK | F_SEAL_GROW | F_SEAL_SEAL | F_SEAL_FUTURE_WRITE) in ProtectZygoteMemory()