Home
last modified time | relevance | path

Searched refs:rule_b (Results 1 - 3 of 3) sorted by relevance

/third_party/ltp/testcases/kernel/security/smack/
H A Dsmack_file_access.sh30 rule_b="TheOne TheOther rw--"
77 echo -n "$rule_b" 2>/dev/null > "$smackfsdir/load"
/third_party/rust/crates/serde/serde_derive_internals/src/
H A Dcase.rs111 /// Returns the `RenameRule` if it is not `None`, `rule_b` otherwise.
112 pub fn or(self, rule_b: Self) -> Self { in or()
114 None => rule_b, in or()
/third_party/rust/crates/serde/serde_derive/src/internals/
H A Dcase.rs111 /// Returns the `RenameRule` if it is not `None`, `rule_b` otherwise.
112 pub fn or(self, rule_b: Self) -> Self { in or()
114 None => rule_b, in or()

Completed in 1 milliseconds