Home
last modified time | relevance | path

Searched refs:F_SEAL_WRITE (Results 1 – 2 of 2) sorted by relevance

/art/libartbase/base/
Dmemfd.h48 #ifndef F_SEAL_WRITE
49 # define F_SEAL_WRITE 0x0008 macro
/art/runtime/jit/
Djit.cc667 if (fcntl(fd_methods_, F_ADD_SEALS, F_SEAL_SEAL | F_SEAL_WRITE) == -1) { in NotifyZygoteCompilationDone()