Home
last modified time | relevance | path

Searched refs:kIsX32 (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/sandbox/linux/bpf_dsl/
Dpolicy_compiler.cc37 const bool kIsX32 = true; variable
39 const bool kIsX32 = false; variable
206 if (kIsX32) { in CheckSyscallNumber()