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

  /external/chromium_org/sandbox/linux/seccomp-bpf/
errorcode.cc 52 if (error_type_ == ET_INVALID || err.error_type_ == ET_INVALID) {
74 if (error_type_ == ET_INVALID || err.error_type_ == ET_INVALID) {
errorcode.h 104 ET_INVALID,
115 ErrorCode() : error_type_(ET_INVALID), err_(SECCOMP_RET_INVALID) {}
sandbox_bpf.cc 133 if (err.error_type() != ErrorCode::ET_INVALID && !err.safe()) {
    [all...]

Completed in 32 milliseconds