HomeSort by relevance Sort by last modified time
    Searched refs:SECCOMP_MAX_PROGRAM_SIZE (Results 1 - 2 of 2) sorted by null

  /external/libchrome/sandbox/linux/bpf_dsl/
verifier.cc 180 if (program.size() < 1 || program.size() >= SECCOMP_MAX_PROGRAM_SIZE) {
seccomp_macros.h 27 #define SECCOMP_MAX_PROGRAM_SIZE (1<<30)

Completed in 48 milliseconds