Home
last modified time | relevance | path

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

/external/libchrome/sandbox/linux/bpf_dsl/
Dsyscall_set.cc95 const bool want_valid = (set_ != Set::INVALID_ONLY); in NextSyscall() local
104 if (want_valid && num_ < range.first) { in NextSyscall()
107 if (want_valid && num_ < range.last) { in NextSyscall()