Searched refs:SEAL_FLAGS (Results 1 – 1 of 1) sorted by relevance
76 const int SEAL_FLAGS = ((mFlags & READ_ONLY) ? F_SEAL_FUTURE_WRITE : 0) | F_SEAL_GROW | in MemoryHeapBase() local78 if (SEAL_FLAGS && (fcntl(fd, F_ADD_SEALS, SEAL_FLAGS) == -1)) { in MemoryHeapBase()80 SEAL_FLAGS, strerror(errno)); in MemoryHeapBase()