Searched refs:F_SEAL_WRITE (Results 1 – 2 of 2) sorted by relevance
48 #ifndef F_SEAL_WRITE49 # define F_SEAL_WRITE 0x0008 macro
663 if (fcntl(fd_methods_, F_ADD_SEALS, F_SEAL_SEAL | F_SEAL_WRITE) == -1) { in NotifyZygoteCompilationDone()