Searched refs:kFDSeals (Results 1 – 1 of 1) sorted by relevance
48 constexpr auto kFDSeals = F_SEAL_SHRINK | F_SEAL_GROW | F_SEAL_SEAL; variable83 res = fcntl(*fd, F_ADD_SEALS, kFDSeals); in SharedRingBuffer()116 if ((seals & kFDSeals) != kFDSeals) { in Initialize()117 PERFETTO_ELOG("FD not properly sealed. Expected %x, got %x", kFDSeals, in Initialize()