Searched refs:F_SEAL_SEAL (Results 1 – 3 of 3) sorted by relevance
36 #ifndef F_SEAL_SEAL37 # define F_SEAL_SEAL 0x0001 macro
547 if (fcntl(fd, F_ADD_SEALS, F_SEAL_SHRINK | F_SEAL_GROW | F_SEAL_SEAL | F_SEAL_FUTURE_WRITE) in ProtectZygoteMemory()
673 if (fcntl(fd_methods_, F_ADD_SEALS, F_SEAL_SEAL | F_SEAL_WRITE) == -1) { in NotifyZygoteCompilationDone()