Searched refs:kFileSeals (Results 1 – 1 of 1) sorted by relevance
42 int kFileSeals = F_SEAL_SHRINK | F_SEAL_GROW | F_SEAL_SEAL; variable68 res = fcntl(*fd, F_ADD_SEALS, kFileSeals); in Create()93 if (res == -1 || (res & kFileSeals) != kFileSeals) { in AttachToFd()