Searched defs:Exclude (Results 1 – 7 of 7) sorted by relevance
31 bool ExcluderStub::Exclude(const string& name) { in Exclude() function in chromeos_update_engine::ExcluderStub
39 bool ExcluderChromeOS::Exclude(const string& name) { in Exclude() function in chromeos_update_engine::ExcluderChromeOS
45 Exclude, enumerator
95 enum Status { Include, Exclude, Unknown }; enumerator
91 type Exclude map[string]bool type
96 type Exclude map[string]bool type
420 …Exclude bool `protobuf:"varint,2,opt,name=exclude,proto3" json:"exclude,omitempty… member