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

  /external/chromium_org/sandbox/linux/seccomp-bpf/
errorcode.cc 12 ErrorCode::ErrorCode() : error_type_(ET_INVALID), err_(SECCOMP_RET_INVALID) {
60 if (error_type_ == ET_INVALID || err.error_type_ == ET_INVALID) {
82 if (error_type_ == ET_INVALID || err.error_type_ == ET_INVALID) {
errorcode.h 102 ET_INVALID,

Completed in 287 milliseconds