Home
last modified time | relevance | path

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

/external/libchrome/sandbox/linux/seccomp-bpf/
Dtrap.cc293 TrapIds::const_iterator iter = trap_ids_.find(key); in Add()
294 if (iter != trap_ids_.end()) { in Add()
352 trap_ids_[key] = id; in Add()
Dtrap.h73 TrapIds trap_ids_; // Maps from TrapKeys to numeric ids variable