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