Home
last modified time | relevance | path

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

/art/libartbase/base/
Dmemfd.h36 #ifndef F_SEAL_SEAL
37 # define F_SEAL_SEAL 0x0001 macro
/art/runtime/jit/
Djit_memory_region.cc550 if (fcntl(fd, F_ADD_SEALS, F_SEAL_SHRINK | F_SEAL_GROW | F_SEAL_SEAL | F_SEAL_FUTURE_WRITE) in ProtectZygoteMemory()
Djit.cc663 if (fcntl(fd_methods_, F_ADD_SEALS, F_SEAL_SEAL | F_SEAL_WRITE) == -1) { in NotifyZygoteCompilationDone()